Nothing
#' @describeIn preinstalled.readers Read an RData file with a \code{.rdata} or \code{.rda} file extension.
#'
#' This function will load the specified RData file into memory using the
#' \code{\link{load}} function. This may generate many data sets
#' simultaneously.
rdata.reader <- function(data.file, filename, variable.name)
{
load(filename, envir = .TargetEnv)
}
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.