Layer summary table
Usage
at_layers(project, call = rlang::caller_env())Arguments
- project
An annot_project.
- call
The calling environment, for error reporting.
Value
A tibble::tibble with one row per layer and the columns name
(character), n_rois (integer), labels (list of character), visible
(logical), locked (logical), and z (integer). A 0-row tibble with these
columns when the project has no layers.
See also
Other projects:
at_add_layer(),
at_add_roi(),
at_example_project(),
at_project(),
at_remove_layer(),
at_remove_roi(),
at_rois(),
at_summary(),
at_validate()