adb_querry: Extract database contents

View source: R/adb_querry.R

adb_querryR Documentation

Extract database contents

Description

Extract database contents

Usage

adb_querry(
  territory = NULL,
  concept = NULL,
  variable = NULL,
  level = NULL,
  year = NULL
)

Arguments

territory

'character(.)
combination of column name in the ontology and value to filter that column by to build a tree of the territories nested into it.

concept

description

variable

description

level

description

year

description

Value

returns ...

Examples

if(dev.interactive()){
adb_example(path = paste0(tempdir(), "/newDB"))

adb_querry(territory = list(al1 = "a_nation"),
           concept = list(commodity = "barley"),
           variable = "harvested")
}

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