Nothing
## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----include=FALSE------------------------------------------------------------
url <- "https://zenodo.org/record/3685230/files/SaoLourencoBasin.rda?download=1"
dataset_available <- OpenLand:::.openland_try_download_and_load_rda(url,
object = "SaoLourencoBasin",
timeout = 10,
cache = FALSE,
quiet = TRUE
)
## ----include=FALSE, eval=isFALSE(dataset_available)---------------------------
knitr::knit_exit(paste0(
"## The complete rendering of this document depends on the availability of the dataset in zenodo. ",
"Please try at another time."
))
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.