Learn R Programming

geeLite (version 1.0.2)

validate_source_param: Validate Source Parameter

Description

Checks the validity of the 'source' parameter.

Usage

validate_source_param(source)

Value

Returns TRUE if the 'source' parameter is valid. Throws an error if the parameter is invalid.

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.