| update_df_prop_by_id | R Documentation |
update_df_prop_by_id() is a convenience wrapper around update_prop()
for the common case in which the data set is a data frame whose key column
is named "id"
update_df_prop_by_id(df, target, sources, prop, ...)
df |
a data frame |
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 dataframe
update_df_prop_by_id(wbs_table, "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.