Description Usage Arguments Value Examples
Download and parse the dataset available at Open Data Jawa Barat into R.
1 | jabr_fetch(id, keep_title = TRUE, as = "table")
|
id |
The character id of dataset. It accepts single id or multiple ids. Non-matched id(s) will be ignored. |
keep_title |
Whether to keep the dataset title in result. If the result is a table, the title is saved in "title" column. If the result is a list, the title is saved as list name. |
as |
Applicable for multiple |
A tibble or list of tibble.
1 2 3 4 5 6 7 8 | library(jabr)
(x <- jabr_list_dataset())
# for example, we want to fetch data about number of application available in west java.
# The id of this data is "3a51a670".
jabr_fetch("3a51a670")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.