get.meta.info {govStatJPN} | R Documentation |
Object to Get Meta Data of a Specified Survey.
Description
This function purposes to get a meta data API offers.
Usage
get.meta.info(app.id, stat.id)
Arguments
app.id |
Your application ID. Using all functions contained govStatJPN package, this ID is required. |
stat.id |
Required. This is an id in retuned values of |
Details
This function is based on section 3.3 at the published pdf file (http://statdb.nstac.go.jp/wp/wp-content/uploads/2013/06/API-spec.pdf).
Value
A data frame object is returned.
Note
This product uses the Gateway to Advanced and User-friendly Statistics Service API but is not endorsed or certified by the Statistics Bureau or the National Statistics Center.
Author(s)
Yuichio Otani <yuichiro@otani.co>
References
http://statdb.nstac.go.jp/
http://statdb.nstac.go.jp/wp/wp-content/uploads/2013/06/API-spec.pdf
See Also
Examples
# app.id <- 'your application ID'
# stat.list <- get.stat.list(app.id, list(surveyYears=2007, lang='J'))
# meta.info <- get.meta.info(app.id, stat.list$id[1])
# meta.info