Skip to content
forked from bquast/wiod

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

Notifications You must be signed in to change notification settings

brancengregory/wiod

 
 

Repository files navigation

wiod

CRAN Version RStudio Cloud Downloads Travis-CI Build Status

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.

Installation

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")

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%