#These functions should be exposed to the outside world (aka Modules)
#' @export
readDataSetHeader <- function(...) .readDataSetHeader(...)
#' @export
readDataSetToEnd <- function(...) .readDataSetToEnd(...)
#' @export
clean <- function(...) .clean(...)
#' @export
unv <- function(...) .unv(...)
#' @export
v <- function(...) .v(...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.