df_get_ids {rollupTree} | R Documentation |
Get ids from a data frame
Description
The default name for a key column in rollup
is id
. df_get_ids
gets all values
from the id
column in a data frame.
Usage
df_get_ids(df)
Arguments
df |
a data frame |
Value
all values of the id
column
Examples
df_get_ids(wbs_table)
[Package rollupTree version 0.3.2 Index]