Nothing
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
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.