adb_querry | R Documentation |
Extract database contents
adb_querry(
territory = NULL,
concept = NULL,
variable = NULL,
level = NULL,
year = NULL
)
territory |
'character(.) |
concept |
description |
variable |
description |
level |
description |
year |
description |
returns ...
if(dev.interactive()){
adb_example(path = paste0(tempdir(), "/newDB"))
adb_querry(territory = list(al1 = "a_nation"),
concept = list(commodity = "barley"),
variable = "harvested")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.