Nothing
msg <- new.env()
.onLoad <- function(libname, pkgname) {
if (is.null(getOption("stranslate.lang"))) options(stranslate.lang=Sys.getenv('LANG'))
if (is.null(getOption("stranslate.domain"))) options(stranslate.domain='default')
loadMsg(system.file("messages", "stranslate.txt", package = "stranslate"), .domain="stranslate", .silent=TRUE)
}
.onAttach <- function(libname, pkgname) {
packageStartupMessage(paste0("stranslate ", utils::packageVersion("stranslate"),': see the package vignette with `vignette("stranslate")`'))
}
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.