df_get_by_id: Get property by key "id" from data frame

View source: R/update_prop.R

df_get_by_idR Documentation

Get property by key "id" from data frame

Description

df_get_by_id returns the value of specified property (column) in a specified row of a data frame. The row is specified by a value for the id column.

Usage

df_get_by_id(df, idval, prop)

Arguments

df

a data frame

idval

id of the row to get

prop

name of the column to get

Value

The requested value

Examples

df_get_by_id(wbs_table, "1.1", "work")

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