Nothing
.onAttach <- function(libname, pkgname) {
netrc <- ifelse(.Platform$OS.type == "windows", "~/_netrc", "~/.netrc")
if (!file.exists(netrc) &&
!exists("labkey.sessionCookieName") &&
!exists("apiKey", where = Rlabkey:::.lkdefaults) &&
Sys.getenv("ISR_login") == "") {
packageStartupMessage("A .netrc file is required to connect to ImmuneSpace. For more information on how to create one, refer to the Configuration section of the introduction vignette.")
}
}
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.