validate_source_param | R Documentation |
Checks the validity of the 'source' parameter.
validate_source_param(source)
source |
[mandatory] (list) A list containing datasets, each with its associated bands and statistics. The structure should follow a nested format where each dataset is a named list, each band within a dataset is also a named list, and each statistic within a band is a non-empty character string. |
Returns TRUE
if the 'source' parameter is valid. Throws an
error if the parameter is invalid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.