View source: R/cdr_download_single.R
Download single layers of environmental noise data for individual German federal states in the CDR
1 2 3 4 5  | cdr_download_single(data.path = ".",
  url.path = c(paste("https://cdr.eionet.europa.", "eu/de/eu/noise/df8/",
  "colvjswog/envvlltfa/", sep = ""), paste("https://cdr.eionet.europa.",
  "eu/de/eu/noise/df8/", "colvjswog/envvk89vq/", sep = "")),
  file = c("DE_NW_ag14_Aggroad_Lden", "DE_BY_ag1_Aggroad_Lden"))
 | 
data.path | 
 Place where the data will be stored  | 
url.path | 
 Vector of urls that point to data subfolders of German federal states in the CDR  | 
file | 
 Vector of filenames (  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.