unset_object_path: Unset global path option for saving/loading objects

Description Usage Value See Also Examples

View source: R/utils_save-load.R

Description

Unset global path option for saving/loading objects

Usage

1

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

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

}

jdtrat/jdtools documentation built on Dec. 20, 2021, 10:05 p.m.