sourcoise_reset {sourcoise} | R Documentation |
Resets sourcoise
Description
Removes all .sourcoise
folders found under the project root.
Usage
sourcoise_reset(root = NULL)
Arguments
root |
to force root (expert use) |
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()
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()
[Package sourcoise version 0.6.2 Index]