df_get_keys: Get keys from a data frame

View source: R/update_prop.R

df_get_keysR 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")

rollupTree documentation built on Feb. 10, 2026, 5:09 p.m.