Skip to contents

Remove an ROI from a project

Usage

at_remove_roi(project, id, call = rlang::caller_env())

Arguments

project

An annot_project.

id

Single string ROI identifier.

call

The calling environment, for error reporting.

Value

A new annot_project without the identified ROI. Warns and returns the project unchanged if the identifier is not found.