.check_dates | R Documentation |
This function is used to check if the user specified dates can be coerced to dates. Additionally, it arranges the dates based on the user wants a full time series or seasonal periods between different years.
.check_dates(after, before, timeframe)
after |
A length one character vector in the form ' the earliest date (inclusive) included in the temporal extent. |
before |
A length one character vector in the form ' the latest date (inclusive) included in the temporal extent. |
timeframe |
A length one character vector indicating whether the query should return the complete time series between 'after' and 'before' or if the query should be based on seasons. Possbile values are 'full' and 'seasonal'. Defaults to 'full'. |
A data-frame with one row for 'timeframe = "full"' and multiple rows depending on the number of years between 'after' and 'before' if 'timeframe = "seasonal"'.
Darius Görgen (MapTailor Geospatial Consulting GbR) info@maptailor.net
Maintainer: MAPME-Initiative contact@mapme-initiative.org
Contact Person: Dr. Johannes Schielein
Copyright: MAPME-Initiative
License: GPL-3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.