R/update_prop.R
df_get_ids.Rd
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.
rollup
id
df_get_ids
df_get_ids(df)
a data frame
all values of the id column
df_get_ids(wbs_table) #> [1] "top" "1" "2" "3" "1.1" "1.2" "2.1" "2.2" "3.1" "3.2"