df_get_ids: Get ids from a data frame

View source: R/update_prop.R

df_get_idsR 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)

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