Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

arealDB (version 0.9.4)

adb_querry: Extract database contents

Description

Extract database contents

Usage

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

Value

returns ...

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

Examples

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

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

Run the code above in your browser using DataLab