R/LorMe_defaults.R

Defines functions LorMe_defaults

Documented in LorMe_defaults

#' Restore LorMe global options to factory defaults
#'
#' Equivalent to `options(LorMe = .LorMe_opts)` but provides a unified entry.
#'
#' @return Invisible NULL
#' @examples
#' LorMe_defaults()   # one-click factory reset
#' @export
LorMe_defaults <- function() {
  options(LorMe = .LorMe_opts)
  invisible(NULL)
}

Try the LorMe package in your browser

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

LorMe documentation built on Jan. 12, 2026, 9:06 a.m.