estat {japanstat} | R Documentation |
Get meta-information of 'e-Stat' data
Description
The estat
gets the meta-information of a statistical table by using getMetaInfo
of the 'e-Stat' API,
and returns an estat
object that allows editing of meta-information by filter
and select
.
Usage
estat(statsDataId, appId = NULL, lang = NULL, query = NULL)
Arguments
statsDataId |
A statistical data ID on 'e-Stat'. |
appId |
An 'appId' of 'e-Stat' API. |
lang |
A language, Japanese ( |
query |
A list of additional queries. |
Value
A estat
object.
Examples
## Not run:
estat("https://www.e-stat.go.jp/dbview?sid=0003433219")
## End(Not run)
[Package japanstat version 0.1.0 Index]