Add a layer to a project
Usage
at_add_layer(project, layer, call = rlang::caller_env())Arguments
- project
An annot_project.
- layer
An annot_layer with a name not already used in the project.
- call
The calling environment, for error reporting.
Value
A new annot_project with the layer added. The input is unchanged.
See also
Other projects:
at_add_roi(),
at_example_project(),
at_layers(),
at_project(),
at_remove_layer(),
at_remove_roi(),
at_rois(),
at_summary(),
at_validate()