Skip to content

Commit

Permalink
Update dt_options.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Oct 21, 2022
1 parent 84adbfd commit 45077de
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions R/dt_options.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ dt_options_init <- function(data) {
dt_options_set_value <- function(data, option, value) {

dt_options <- dt_options_get(data = data)

dt_options$value[[which(dt_options$parameter == option)]] <- value

dt_options_set(data = data, options = dt_options)
}

dt_options_reset_value <- function(data, option, value) {

dt_options <- dt_options_get(data = data)

dt_options$value[[which(dt_options$parameter == option)]] <- value

dt_options_set(data = data, options = dt_options)
Expand Down

0 comments on commit 45077de

Please sign in to comment.