R/get_organize_by_opts.R

Defines functions get_organize_by_opts

Documented in get_organize_by_opts

#' Get Core Chapter Structure Column Names
#'
#' Returns the vector of core column names available as organize_by options.
#' @return A character vector.
#'
#' @export
#' @examples
#' get_organize_by_opts()
#'
get_organize_by_opts <- function() {
    .saros.env$core_chapter_structure_cols
}

Try the saros.base package in your browser

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

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