Get global path option for saving/loading objects
get_object_path()
NA; used for side effects to get the global option
jdtools.rds.path
if applicable.
Other utils-save-load:
set_object_path()
,
unset_object_path()
if (interactive()) { fs::dir_create(here::here("test-folder")) # Will state option is unset jdtools::get_object_path() jdtools::set_object_path("test-folder") # Will return path jdtools::get_object_path() }