Nothing
.onLoad <- function(libname, pkgname) {
irisNetrc <<- NULL
if (Sys.getenv("IrisClient_netrc") != "") {
irisNetrc <<- Sys.getenv("IrisClient_netrc")
}
#alternate authorization as "login:password" string
irisPass <<- NULL
if (Sys.getenv("IrisClient_passw") != "") {
irisPass <<- Sys.getenv("IrisClient_passw")
}
}
.onUnload <- function(libpath) {
rm('irisNetrc','irisPass')
}
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.