R/adb_metadata.R

Defines functions adb_metadata

Documented in adb_metadata

#' Load the metadata from an areal database
#'

adb_metadata <- function(){

  # set internal paths
  intPaths <- paste0(getOption(x = "adb_path"))


  # information to gather
  # - number of nations
  # - which variables (and their type)
  # - range of values in the variables
  #
  # -> all these information should be written and constantly updated in db_metadata.txt


  # return(out)

}
luckinet/arealDB documentation built on Feb. 12, 2025, 6:21 p.m.