Convenience wrapper around base::options() for mongolstats.
Value
Invisibly, the previous values of the options changed, or a list of current values when called with no arguments.
Examples
# 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)
