Nothing
if (requireNamespace("aqp", quietly = TRUE)) {
fn <- system.file("extdata", "loafercreek.rda", package = "soilDB")
if (nzchar(fn)) {
load(fn)
} else {
fn <- system.file("inst", "extdata", "loafercreek.rda", package = "soilDB")
load(fn)
}
rm(fn)
} else {
if (interactive()) {
message("Install the 'aqp' package to use sample SoilProfileCollection object datasets")
}
assign("loafercreek", NULL, envir = environment())
}
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.