estat_download {japanstat} | R Documentation |
Download 'e-Stat' data
Description
Download 'e-Stat' data
Usage
estat_download(x, value_name = "value", query = NULL)
Arguments
x |
A |
value_name |
A column name of the value. |
query |
A list of additional queries. |
Value
A tbl
of the downloaded data.
Examples
## Not run:
estat_download(estat_census_2020)
## End(Not run)
[Package japanstat version 0.1.0 Index]