Save a project
Usage
at_save_project(project, path, overwrite = FALSE, call = rlang::caller_env())Arguments
- project
An annot_project.
- path
Output
.rdspath.- overwrite
Logical; overwrite an existing file. Default
FALSE.- call
The calling environment, for error reporting.
Examples
p <- withr::local_tempfile(fileext = ".rds")
at_save_project(at_example_project(), p)