R/atable_options_reset.R

Defines functions atable_options_reset

Documented in atable_options_reset

#' Reset atable_options to default
#'
#' Does as the name implies. See also \code{\link{atable_options}}.
#'
#'
#' @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
#'
#' @export
atable_options_reset <- function() settings::reset(atable_options)

Try the atable package in your browser

Any scripts or data that you put into this service are public.

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