Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) can_build <- qgisprocess::has_qgis() && # 'grass7' provider label has changed to 'grass' in 3.35 (dev) package_version(qgisprocess::qgis_version(full = FALSE)) >= "3.35.0" && all(qgisprocess::qgis_has_plugin(c( "grassprovider", "processing_saga_nextgen" ))) && requireNamespace("spDataLarge", quietly = TRUE) && requireNamespace("sf", quietly = TRUE) && requireNamespace("terra", quietly = TRUE) && requireNamespace("mapview", quietly = TRUE)
cat("This vignette has been built in absence of a QGIS installation, with a missing QGIS plugin, or in absence of the spDataLarge, sf, terra or mapview package.\n\n") cat("Read it online at <https://r-spatial.github.io/qgisprocess/articles/qgisprocess.html>.")
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.