validate_source_param {geeLite} | R Documentation |
Validate Source Parameter
Description
Checks the validity of the 'source' parameter.
Usage
validate_source_param(source)
Arguments
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. |
Value
Returns TRUE
if the 'source' parameter is valid. Throws an
error if the parameter is invalid.
[Package geeLite version 1.0.2 Index]