handle_dates: Handle Dates based on Dataset Ranges

View source: R/handle_dates.R

handle_datesR Documentation

Handle Dates based on Dataset Ranges

Description

This function handles dates based on the respective dataset. According to the documentation:

  • Data from 2024 onwards corresponds to Unverified data transmitted continuously (Up-To-Date/UTD/E2a).

  • Data from 2013 to the begin of 2023 corresponds to Verified data (E1a) reported by countries by 30 September each year for the previous year.

  • Data delivered before 2012 corresponds to Historical Airbase data. The range for E1 is extended until 31/12/2023 because the observations are already validated, and no data for 2023 is retrieved when considering E2.

Usage

handle_dates(from, to)

Arguments

from

StartDate (in "YYYY-MM-DD" format).

to

EndDate (in "YYYY-MM-DD" format).

Value

A list of datasets with associated date ranges and descriptions.


EEAaq documentation built on April 3, 2025, 11:16 p.m.

Related to handle_dates in EEAaq...