Skip to contents

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.