Extract database contents
adb_querry(
territory = NULL,
concept = NULL,
variable = NULL,
level = NULL,
year = NULL
)
`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.
description
description
description
description
returns ...
if(dev.interactive()){
adb_example(path = paste0(tempdir(), "/newDB"))
adb_querry(territory = list(al1 = "a_nation"),
concept = list(commodity = "barley"),
variable = "harvested")
}