Nothing
#' Internal. Remove "label" attribute from a specific variable in a data frame
#'
#' @noRd
#'
remove_tag <- function(x, var) {
attr(x[[var]], "label") <- NULL
x
}
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.