| df_set_row_by_id | R Documentation |
Set row by key "id" in data frame
df_set_row_by_id(df, idval, list)
df |
a data frame |
idval |
id of the specified row |
list |
named list of values to set |
The updated data frame
l <- list(id = "1.1", pid = "1", name = "Thermal", work = 11.9, budget = 25001)
df_set_row_by_id(wbs_table, "1.1", l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.