Nothing
.onAttach <- function(libname, pkgname) {
if (!grepl("suppress", Sys.getenv("openalexR.message"), ignore.case = TRUE)){
packageStartupMessage(
"Thank you for using openalexR!\n",
"To acknowledge our work, please cite the package by calling ",
"`citation(\"openalexR\")`.\n",
"To suppress this message, add `openalexR.message = suppressed` ",
"to your .Renviron file."
)
}
}
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.