R/globals.R

Defines functions get_data_label_opts

Documented in get_data_label_opts

utils::globalVariables(names = c(".", ".data", ".env"))


#' Get Valid Data Labels for Figures and Tables
#'
#' @return Character vector
#' @export
#'
get_data_label_opts <- function() {
  .saros.env$data_label_opts
}

Try the saros package in your browser

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

saros documentation built on June 8, 2025, 10:43 a.m.