| remove_id_columns | R Documentation |
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.
remove_id_columns(df, ...)
df |
data.table that contains ID columns |
... |
Additional arguments passed to methods. |
Other Clean data output:
remove_unknown_columns()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.