View source: R/qgis-configure.R
qgis_unconfigure | R Documentation |
Empties the qgisprocess cache environment.
qgis_unconfigure()
NULL
, invisibly.
Other topics about programming or debugging utilities:
qgis_result_status()
,
qgis_run()
,
qgis_tmp_file()
,
qgis_using_json_input()
## Not run:
# not running this function in example() as it clears the cache environment.
qgis_unconfigure()
## End(Not run)
# undoing qgis_unconfigure() by repopulating the cache environment from file:
# not running in R CMD check to save time
qgis_configure(use_cached_data = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.