R/getStandardSectionNames.R

Defines functions getStandardSectionNames

Documented in getStandardSectionNames

getStandardSectionNames <- function(sort_b_1 = FALSE) {
  ic <- InputContext(FunctionParameterName('z_l'))
  v <- ic$retrieveStrategy()$strategy$section_name
  stopifnot(length(unique(v)) == length(v))
  if (sort_b_1) sort(v) else v
}

Try the wyz.code.rdoc package in your browser

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

wyz.code.rdoc documentation built on Oct. 6, 2021, 9:07 a.m.