fone_dataset | R Documentation |
Return Finances One API Data
fone_dataset(dataset_id, resource_id, ..., limit = NULL)
fone_view(view_id, ..., limit = NULL)
dataset_id |
( |
resource_id |
( |
... |
( |
limit |
( |
view_id |
( |
A data.frame()
with the requested dataset.
https://financesone.worldbank.org/data
## Not run:
fone_dataset(dataset_id = "DS00047", resource_id = "RS00005")
fone_view(view_id = "DS01538")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.