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
.csvpath.- overwrite
Logical; overwrite an existing file. Default
FALSE.- call
The calling environment, for error reporting.
Examples
p <- withr::local_tempfile(fileext = ".csv")
at_write_rois_csv(at_example_project(), p)