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/dsShareServerNewVersion documentation built on May 29, 2021, 7:42 a.m.