Nothing
#' @describeIn preinstalled.readers Read an R source file with a \code{.R} file extension.
#'
#' This function will call source on the specified R file, executing the
#' code inside of it as a way of generating data sets dynamically, as in
#' many Monte Carlo applications.
r.reader <- function(data.file, filename, variable.name)
{
source(filename)
}
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.