Nothing
#' @title Vector of all variable classes in \code{dataReporter}
#'
#' @description Returns the names of the eight data classes for which
#' \code{dataReporter} is implemented, namely \code{"character"}, \code{"Date"},
#' \code{"factor"}, \code{"integer"}, \code{"labelled"},
#' \code{"haven_labelled"}, \code{"logical"} and
#' \code{"numeric"}.
#'
#' @examples
#' allClasses()
#'
#' @export
allClasses <- function() {
c("character", "Date", "factor", "integer", "labelled",
"haven_labelled",
"logical", "numeric")
}
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.