powered by
Convenience wrapper around base::options() for mongolstats.
base::options()
nso_options(...)
Invisibly, the previous values of the options changed, or a list of current values when called with no arguments.
Named options to set. If empty, returns a named list of current mongolstats options.
# Get all current mongolstats options nso_options() # Set an option (save old value for restoration) old <- nso_options(mongolstats.default_labels = "en") # Restore original value options(old)
Run the code above in your browser using DataLab