Skip to contents

One row per ROI with a WKT geometry column.

Usage

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

Arguments

project

An annot_project.

path

Output .csv 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 = ".csv")
at_write_rois_csv(at_example_project(), p)