Nothing
.onLoad <- function(libname, pkgname) {
cfg_path <- Sys.getenv("INVESTDATAR_CONFIG", unset = "")
if (!nzchar(cfg_path)) {
return()
}
cfg_path <- path.expand(cfg_path)
if (!file.exists(cfg_path)) {
warning("INVESTDATAR_CONFIG does not point to an existing file: ", cfg_path)
return()
}
load_investdatar_config(cfg_path)
}
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.