View source: R/schema_helpers.R
| schema_assert_vars | R Documentation |
Stops with an informative error if any requested variable names are not present in the schema.
schema_assert_vars(schema, vars)
schema |
A validated schema (or a raw schema that can be validated). |
vars |
Character vector of variable names. |
Invisibly returns TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.