lar-package {lar} | R Documentation |
Labour Relations
Description
This package is intended for researchers studying historical labour relations (see http://www.historyoflabourrelations.org). The package allows for easy access of excel files in the standard defined by the Global Collaboratory on the History of Labour Relations. The package also allows for visualisation of labour relations according to the Collaboratory's format.
Details
Package: | lar |
Type: | Package |
Version: | 0.1-2 |
Date: | 2014-04-29 |
License: | GPL-3 |
Author(s)
Richard L. Zijdeman <richard.zijdeman@iisg.nl>
References
Project website: http://historyoflabourrelations.org
Examples
## Not run:
## First read in a labour relations formatted excel file:
df <- read.lar("Spain_1900_(JMTL-Sept2011).xlsx")
## Next, draw a treemap of the labour relations:
draw.lar(df)
## Treemap with example data set for Spain in 1900
data(spain.1900)
draw.lar(spain.1900)
## End(Not run)
[Package lar version 0.1-2 Index]