| update_df_prop_by_key | R Documentation |
update_df_prop_by_key() is a convenience wrapper around update_prop()
for the common case in which the data set is a data frame.
update_df_prop_by_key(df, key, target, sources, prop, ...)
df |
a data frame |
key |
name of the column serving as key |
target |
key of data set element to be updated |
sources |
keys of data set elements to be combined |
prop |
column name of the property |
... |
other arguments passed to |
The updated data frame
update_df_prop_by_key(wbs_table, "id", "1", list("1.1", "1.2"), "work")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.