View source: R/eLTER_reporting.R
reporting_compose_file_name | R Documentation |
Compose file name following eLTER naming convention
reporting_compose_file_name(
deimsid = NULL,
country_code = NULL,
site_name = NULL,
data_topic,
variable_group = "",
time_span,
version = Sys.Date() %>% format("V%Y%m%d")
)
deimsid |
A |
country_code |
A |
site_name |
A |
data_topic |
A |
variable_group |
A |
time_span |
A |
version |
version in format "VYYYYMMDD". Data version in the format “V”YYYYMMDD. Defaults to current date. |
filename (without extension) following naming convention
This method must be intended as a signpost for future implementation
Paolo Tagliolato, phD tagliolato.p@irea.cnr.it
Alessandro Oggioni, phD oggioni.a@irea.cnr.it
Peterseil, Geiger et al. (2020) Field Specification for data reporting. Technical Document. TechDoc.01. EU Horizon 2020 eLTER PLUS Project, Grant agreement No. 871128 https://zenodo.org/record/6373410
## Not run:
## Not run:
deimsid <- "https://deims.org/8eda49e9-1f4e-4f3e-b58e-e0bb25dc32a6"
time_span <- 2015 # e.g. whole year
# time_span <- "20150302-20180415" # e.g. span between two dates
data_topic <- "VEG" # data provider defined abbreviation of "vegetation"
variable_group <- "SPECCOVER" # data provider defined abbreviation
version <- "V20220907"
filename <- reporting_compose_file_name(
deimsid = deimsid,
data_topic = data_topic,
variable_group = variable_group,
time_span = time_span,
version = version
)
## End (Not run)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.