R/utils_save-load.R
unset_object_path.Rd
Unset global path option for saving/loading objects
unset_object_path()
NA; used for side effects to unset the global option
jdtools.rds.path
.
Other utils-save-load:
get_object_path()
,
set_object_path()
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") }