Nothing
#' Show package options
#'
#' See [surveytable-options] for a discussion of some of the options.
#'
#' @param sw starting characters
#'
#' @return List of options and their values.
#' @family options
#' @export
#'
#' @examples
#' show_options()
show_options = function(sw = "surveytable") {
op = options()
idx = op %>% names %>% startsWith(sw)
op[idx]
}
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.