#' Possible column types
enum_col_types <- list(
character = "character",
logical = "logical",
integer = "integer",
numeric = "numeric",
skip = "NULL"
)
#' Possible file types
enum_file_types <- list(
fwf = "fwf",
dsv = "dsv",
excel = "excel",
sas = "sas"
)
#' Possible file types
enum_encodings <- list(
utf8 = "UTF-8",
latin1 = "latin1"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.