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