Skip to contents

Save a project

Usage

at_save_project(project, path, overwrite = FALSE, call = rlang::caller_env())

Arguments

project

An annot_project.

path

Output .rds path.

overwrite

Logical; overwrite an existing file. Default FALSE.

call

The calling environment, for error reporting.

Value

The path, invisibly.

Examples

p <- withr::local_tempfile(fileext = ".rds")
at_save_project(at_example_project(), p)