README.md

wiod

CRAN_Status_Badge Travis-CI Build Status

Data sets from the World Input Output Database, for the years 1995-2011.

This data package is to be used in conjunction with the decompr (CRAN) and gvc (CRAN) packages.

Installation

The development version, to be used at your own peril, is available from GitHub. Installation from GitHub is done using:

if (!require('devtools')) install.packages('devtools')
devtools::install_github("bquast/wiod")

Usage

Following installation, the package can be loaded using:

library(wiod)

Data can be loaded using the the data() function, using wiod followed by the last two digits of the required year, as the argument, e.g.

data(wiod95)

For information on using the package, please refer to the help files.

help("wiod")
help(package = "wiod")

For examples of usage, see the function-specific help pages.

help("countries")
help("industries")
help("inter95")

In addition to the help files we provide long-form examples in the vignette.

vignette("wiod")

# or
browseVignettes("wiod")

Additional Information

An overview of the changes is available in the NEWS file.

news(package="wiod")

There is also a blog post with information on my personal website.

http://qua.st/wiod/

Development

Development takes place on the GitHub page.

http://github.com/bquast/wiod

Bugs can be filed on the GitHub issues page.

https://github.com/bquast/wiod/issues.



Try the wiod package in your browser

Any scripts or data that you put into this service are public.

wiod documentation built on May 1, 2019, 9:20 p.m.