Skip to contents

Set the CA (biological sampling) table of a datras_raw object to NULL.

Usage

drop_ca(x)

Arguments

x

A datras_raw object.

Value

The input object with CA set to NULL.

Examples

if (FALSE) { # \dontrun{
x_no_ca <- drop_ca(x)
} # }