inbo / n2khab

R package with preprocessing functions and standard reference data for Flemish Natura 2000 (N2K) habitat (HAB) analyses
https://inbo.github.io/n2khab
GNU General Public License v3.0
2 stars 1 forks source link

Update of schemes & scheme_types data sources (MNE) #10

Closed florisvdh closed 5 years ago

florisvdh commented 5 years ago

You can explore and use this after installing the package (see README for the install_github() command, but add the ref = "typegroups" argument):

schemes_en <- read_schemes()
schemes_nl <- read_schemes(lang = "nl")
scheme_types_en <- read_scheme_types()
scheme_types_nl <- read_scheme_types(lang = "nl")

# inspect the different schemes with and without typegroups:
scheme_types_en %>%
  select(-type) %>% 
  distinct %>% 
  arrange(scheme, typegroup) %>% 
  View
# etcetera