Removes all .sourcoise
folders found under the project root.
Value
No return, effect is through removal of .sourcoise folders (this is a side effect, no undo possible)
See also
Other sourcoise:
sourcoise()
,
sourcoise_clear()
,
sourcoise_refresh()
,
sourcoise_status()
Examples
dir <- tempdir()
fs::file_copy(
fs::path_package("sourcoise", "ipch", "prix_insee.R"),
dir,
overwrite = TRUE)
data <- sourcoise("prix_insee.R", root = dir, force_exec = TRUE)
sourcoise_reset(root = dir)