remove_id_columns: Remove columns that contain ID's

View source: R/tools.R

remove_id_columnsR Documentation

Remove columns that contain ID's

Description

This functions removes columns ID columns ('_id') and hierarchical search columns ('_lft', '_rgt') from a table. Only exceptions are "sample_id" and "bottle_id that are always kept in the output table.

Usage

remove_id_columns(df, ...)

Arguments

df

data.table that contains ID columns

...

Additional arguments passed to methods.

See Also

Other Clean data output: remove_unknown_columns()


ume documentation built on Dec. 13, 2025, 1:06 a.m.