Skip to contents

Remove a layer from a project

Usage

at_remove_layer(project, name, call = rlang::caller_env())

Arguments

project

An annot_project.

name

Single string layer name.

call

The calling environment, for error reporting.

Value

A new annot_project without the named layer. The input is unchanged.