Last data update: 2014.03.03

R: Class '"jpstat"'
jpstat-classR Documentation

Class "jpstat"

Description

Data object from Gateway to Advanced and User-friendly Statistics Service (http://statdb.nstac.go.jp/)

Objects from the Class

Objects can be created by calls of the form new("jpstat", ...).

Slots

data:

Object of class "list" which contains dataframes.

id:

Object of class "character" of data ID

stat.name:

Object of class "character" of statistics name of government

gov:

Object of class "character" of government (ministry) that has the authority of data

statistics.name:

Object of class "character" of provided statistics name

title:

Object of class "character" of title of data

survey.date:

Object of class "character" of survey date

Methods

show

signature(object = "jpstat"): ...

Author(s)

Kiwamu Ishikura <ishikura.kiwamu@gmail.com>

Examples

showClass("jpstat")

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Rjpstatdb)
Loading required package: RCurl
Loading required package: bitops
Loading required package: XML
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Rjpstatdb/jpstat-class.Rd_%03d_medium.png", width=480, height=480)
> ### Name: jpstat-class
> ### Title: Class '"jpstat"'
> ### Aliases: jpstat-class
> ### Keywords: classes
> 
> ### ** Examples
> 
> showClass("jpstat")
Class "jpstat" [package "Rjpstatdb"]

Slots:
                                                                      
Name:             data              id       stat.name             gov
Class:            list       character       character       character
                                                      
Name:  statistics.name           title     survey.date
Class:       character       character       character
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>