View source: R/atable_options_reset.R
atable_options_reset | R Documentation |
Does as the name implies. See also atable_options
.
atable_options_reset()
atable_options('replace_NA_by') # show options atable_options('replace_NA_by' = 'foo bar') # set a new value atable_options('replace_NA_by') # show options atable_options_reset() # restore all defaults atable_options('replace_NA_by') # as before
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.