df_get_keys {rollupTree}R Documentation

Get keys from a data frame

Description

df_get_keys gets all values from a designated column in a data frame.

Usage

df_get_keys(df, key)

Arguments

df

a data frame

key

name of the column used as key

Value

All values of the key column

Examples

df_get_keys(wbs_table, "id")

[Package rollupTree version 0.3.2 Index]