View source: R/schema_helpers.R
| validate_properties | R Documentation |
Validates a property list for a given data type.
validate_properties(properties, data_type, strict = TRUE)
properties |
Property list as used in |
data_type |
RCSB data type. |
strict |
Logical. If TRUE, unknown fields/subfields raise errors. If FALSE, validation details are returned without error. |
Invisibly TRUE when valid in strict mode. In non-strict mode, a list with unknown fields/subfields.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.