estat: Get meta-information of 'e-Stat' data

Description Usage Arguments Value Examples

View source: R/estat.R

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

1
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 ("J") or English ("E").

query

A list of additional queries.

Value

A estat object.

Examples

1
2
3
4
## Not run: 
estat("https://www.e-stat.go.jp/dbview?sid=0003433219")

## End(Not run)

japanstat documentation built on Nov. 29, 2021, 9:11 a.m.