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)

}

Try the arealDB package in your browser

Any scripts or data that you put into this service are public.

arealDB documentation built on April 12, 2025, 1:42 a.m.