Description Usage Value See Also Examples
View source: R/utils_save-load.R
Unset global path option for saving/loading objects
1 |
NA; used for side effects to unset the global option
jdtools.rds.path
.
Other utils-save-load:
get_object_path()
,
set_object_path()
1 2 3 4 5 6 7 8 9 10 | if (interactive()) {
fs::dir_create(here::here("test-folder"))
# Will get message saying no path is set.
jdtools::unset_object_path("test-folder")
jdtools::set_object_path("test-folder")
# Will actually unset the path.
jdtools::unset_object_path("test-folder")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.