Nothing
.onLoad <- function(libname = find.package("healthyAddress"), pkgname = "healthyAddress") {
if (is.null(getOption("healthyAddress.data_env"))) {
options(healthyAddress.data_env = new.env())
}
if (isTRUE(startsWith(Sys.getenv("USERNAME"), "hugh"))) {
.Call("C_StaticAssert", 0L, PACKAGE = packageName())
}
utils::globalVariables(".")
fillPostcodeStreets()
return(invisible(NULL))
}
.onUnload <- function (libpath) {
freePostcodeStreets()
library.dynam.unload(packageName(), libpath)
}
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.