Skip to contents

Set the HL (length-frequency) table of a datras_raw object to NULL.

Usage

drop_hl(x)

Arguments

x

A datras_raw object.

Value

The input object with HL set to NULL.

Examples

if (FALSE) { # \dontrun{
x_no_hl <- drop_hl(x)
} # }