From 75250839a196c21cbde98575e40fea242be4c350 Mon Sep 17 00:00:00 2001
From: Francesco Sabatini <francesco.sabatini@idiv.de>
Date: Tue, 2 Jun 2020 14:17:16 +0200
Subject: [PATCH] Minor fix to header

---
 code/04_buildHeader.Rmd | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/code/04_buildHeader.Rmd b/code/04_buildHeader.Rmd
index 6228c22..b611912 100644
--- a/code/04_buildHeader.Rmd
+++ b/code/04_buildHeader.Rmd
@@ -11,6 +11,8 @@ output: html_document
 </center>
 
 MEMO : Exclude plots from CANADA and adjust DT2, CWMs & SoilClim (at the moment code is here, but eval=F)  
+MEMO : There are ~2000 without country information from these datasets:
+EcoPlant Db, Germany_vegetweb, Greece_nat2000, Russia_volga, Spain_sivim_sclerophyllous, Spain_sivim_sclerophyllous_pinus, Egypt Nile delta  
 \newline
   
 **Timestamp:** `r date()`  
@@ -803,7 +805,7 @@ header <- header %>%
     #Metadata
     PlotObservationID, Dataset, "GIVD ID", "TV2 relevé number", "ORIG_NUM", "GUID", 
     #Geographic info
-    Longitude:"Location uncertainty (m)", Country, CONTINENT, sBiome, sBiomeID, Locality,
+    Longitude:"Location uncertainty (m)", Country, CONTINENT, sBiome, sBiomeID, Ecoregion, EcoregionID, Locality,
     #Methodological info
     "Relevé area (m²)", "Cover abundance scale", "Date of recording", "Plants recorded", 
     "Herbs identified (y/n)","Mosses identified (y/n)","Lichens identified (y/n)",
-- 
GitLab