Learn R Programming

atable (version 0.1.15)

atable_options_reset: Reset atable_options to default

Description

Does as the name implies. See also atable_options.

Usage

atable_options_reset()

Arguments

Examples

Run this code
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

Run the code above in your browser using DataLab