Nothing
#' Internal printing function for variables and tags
#'
#' @param vars a `character` vector of variable names
#' @param tags a `character` vector of tags
vars_tags <- function(vars, tags) {
paste(vars,
tags,
sep = " - ",
collapse = "\n "
)
}
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.