lar (version 0.1-2)

lar-package: 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.

Arguments

Details

Package:
lar
Type:
Package
Version:
0.1-2
Date:
2014-04-29
License:
GPL-3

References

Project website: http://historyoflabourrelations.org

Examples

Run this code
  ## 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)

Run the code above in your browser using DataCamp Workspace