atable_options_reset: Reset atable_options to default

View source: R/atable_options_reset.R

atable_options_resetR 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


atable documentation built on Sept. 17, 2023, 5:06 p.m.