| qc_check_type | R Documentation |
This function verifies if a given value is of the expected type.
qc_check_type(field_value, expected_type)
field_value |
The value whose type needs to be checked. |
expected_type |
The expected type of the field_value. |
The original field_value if it matches the expected_type; otherwise, an error is raised.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.