Data sets from the World Input Output Database, for the years 1995-2011.
This data package can be used in conjunction with the decompr (CRAN) and gvc (CRAN) packages.
The wiod package is available on CRAN.
install.packages("wiod")
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")
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")
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.
Development takes place on the GitHub page.
Bugs can be filed on the GitHub issues page.