View source: R/sourcoise_clear.R
sourcoise_reset | R Documentation |
Removes all .sourcoise
folders found under the project root.
sourcoise_reset(root = NULL)
root |
to force root (expert use) |
No return, effect is through removal of .sourcoise folders (this is a side effect, no undo possible)
Other sourcoise:
sourcoise()
,
sourcoise_clear()
,
sourcoise_refresh()
,
sourcoise_status()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.