get_cases | R Documentation |
Determines the cases of data collection requests based on the markers of 'datasets', 'bands', and 'stats'.
get_cases(database_new, dataset_new, band_new, stats_new, regions_new)
database_new |
[mandatory] (logical) A logical value indicating whether the database is new. |
dataset_new |
[mandatory] (logical) A logical value indicating whether the dataset is new. |
band_new |
[mandatory] (logical) A logical value indicating whether the band is new. |
stats_new |
[mandatory] (logical) A logical vector indicating which statistics are new. |
regions_new |
[mandatory] (logical) A logical vector indicating which regions are new. |
An integer indicating the processing cases as follows:
All build
All update
Mixed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.