adb_querry {arealDB} | R Documentation |
Extract database contents
Description
Extract database contents
Usage
adb_querry(
territory = NULL,
concept = NULL,
variable = NULL,
level = NULL,
year = NULL
)
Arguments
territory |
'character(.) |
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")
}
[Package arealDB version 0.9.4 Index]