qgis_unconfigure function

Clean the package cache

Clean the package cache

Empties the qgisprocess cache environment.

qgis_unconfigure()

Returns

NULL, invisibly.

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)

See Also

Other topics about programming or debugging utilities: qgis_result_status(), qgis_run(), qgis_tmp_file(), qgis_using_json_input()