Nothing
#' Function to load in a specific variable
#' @param dir path to temporary directory.
#' @param verbose Should feedback be output to the console?
#' @param attach Should feedback be output to the console?
assignInNamespace(
"loadVar",
function(dir, verbose=FALSE, attach=FALSE){
# read in the data
dat <- read.csv(file.path(dir, "ContinuousTimeSeries.csv"))
# return
return(dat)
},
ns="chronosphere")
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.