| validate_df_by_id | R Documentation |
rollup()validate_df_by_id() is a convenience wrapper for validate_ds() for the common case in which the
data set is a data frame with key column named "id".
validate_df_by_id(tree, df, prop, ...)
tree |
tree to validate against |
df |
data frame |
prop |
property whose value is checked (leaf elements only) |
... |
other parameters passed to validate_ds() |
TRUE if validation succeeds, halts otherwise
validate_df_by_id(wbs_tree, wbs_table, "work")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.