| df_set_by_id | R Documentation |
Set property by key "id" in data frame
df_set_by_id(df, idval, prop, val)
df |
a data frame |
idval |
id of the specified row |
prop |
column name of the property value to get |
val |
value to set |
updated data frame
df_set_by_id(wbs_table, "1", "work", 45.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.