df_get_row_by_key: Get row by key from data frame

View source: R/update_prop.R

df_get_row_by_keyR Documentation

Get row by key from data frame

Description

Get row by key from data frame

Usage

df_get_row_by_key(df, key, keyval)

Arguments

df

a data frame

key

name of the column used as key

keyval

value of the key for the specified row

Value

A named list of values from the requested row

Examples

df_get_row_by_key(wbs_table, "id", "1.1")

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