Nothing
.onAttach <- function(libname, pkgname) {
packageStartupMessage("BaseSpaceR version ", packageVersion("BaseSpaceR"),
", ?BaseSpaceR for help")
## options(stringsAsFactors = FALSE)
## address bug in Windows RCurl
if(.Platform$OS.type == "windows")
options(RCurlOptions = list(cainfo = system.file("CurlSSL", "cacert.pem", package = "RCurl"), verbose = TRUE))
}
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.