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()
set_sourcoise_root(dir)
fs::file_copy(
fs::path_package("sourcoise", "some_data.R"),
dir,
overwrite = TRUE)
data <- sourcoise("some_data.R", force_exec = TRUE)
sourcoise_reset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.