inst/doc/openland_vignette.R

## ----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."
))

Try the OpenLand package in your browser

Any scripts or data that you put into this service are public.

OpenLand documentation built on July 10, 2026, 9:06 a.m.