R/danger_options.R

Defines functions danger_options

Documented in danger_options

#'@name danger_options
#'@title retrieve the settings for the package
#'@description This function uses the option "dsSS_settings" and the global enviroment
#'to retrieve the settings
#'@export
danger_options <- function()
{
  return(.Options)
}
patRyserWelch8/dsShareServer documentation built on May 31, 2021, 4:25 a.m.