atable_options_reset {atable} | R Documentation |
Reset atable_options to default
Description
Does as the name implies. See also atable_options
.
Usage
atable_options_reset()
Examples
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
[Package atable version 0.1.14 Index]