qgis_unconfigure {qgisprocess} | R Documentation |
Clean the package cache
Description
Empties the qgisprocess cache environment.
Usage
qgis_unconfigure()
Value
NULL
, invisibly.
See Also
Other topics about programming or debugging utilities:
qgis_result_status()
,
qgis_run()
,
qgis_tmp_file()
,
qgis_using_json_input()
Examples
## 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)
[Package qgisprocess version 0.4.0 Index]