Last data update: 2014.03.03

R: Edit/Retrieve WPP Year.
set.wpp.yearR Documentation

Edit/Retrieve WPP Year.

Description

Change/get the WPP year which determines from which wpp package data are retrieved.

Usage

set.wpp.year(wpp.year)

get.wpp.year()

Arguments

wpp.year

Possible values are 2015 (default) 2012, and 2010.

Value

get.wpp.year returns the wpp year used through out the package.

Examples

get.wpp.year() # by default the wpp2015 is used
set.wpp.year(2010) # any subsequent operations use the wpp2010 package

Results