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