df_set_row_by_id: Set row by key "id" in data frame

View source: R/update_prop.R

df_set_row_by_idR Documentation

Set row by key "id" in data frame

Description

Set row by key "id" in data frame

Usage

df_set_row_by_id(df, idval, list)

Arguments

df

a data frame

idval

id of the specified row

list

named list of values to set

Value

The updated data frame

Examples

l <- list(id = "1.1", pid = "1", name = "Thermal", work = 11.9, budget = 25001)
df_set_row_by_id(wbs_table, "1.1", l)

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