Nothing
## function for accessing variable labels
#' @export
Label <- function(var, labels=rbind(Lahman::battingLabels, Lahman::pitchingLabels, Lahman::fieldingLabels)) {
wanted <- which(labels[,1]==var)
if (length(wanted)) labels[wanted[1],2] else var
}
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.