| validate_required_string | R Documentation |
Internal function to validate that a string parameter is not empty or NULL.
validate_required_string(value, param_name)
value |
Character. Value to validate. |
param_name |
Character. Name of the parameter (for error messages). |
NULL (throws error if validation fails).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.