Unset global path option for saving/loading objects

unset_object_path()

Value

NA; used for side effects to unset the global option jdtools.rds.path.

See also

Other utils-save-load: get_object_path(), set_object_path()

Examples

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") }