read.lar {lar}R Documentation

Read in labour relations file (read.lar)

Description

The function read.lar() reads in a labour relations excel-input-file and attaches convenience labels for labour relations to be used with draw.lar().

Usage

read.lar(file)

Arguments

file

An excel file (.xlsx) in labour relations input-format. Required.

Note

The creation of this package was made by possible by the International Institute of Social History and research grants by the Gerda Henkel Stiftung and the Netherlands Organisation for Scientific Research (NWO).

Author(s)

Richard L. Zijdeman

References

Project website: http://historyoflabourrelations.org

See Also

draw.lar.

Examples

  ## Not run: 
  ## Read in a labour relations pre-defined excel file:
  df <- read.lar("Spain_1900_(JMTL-Sept2011).xlsx")
  
## End(Not run)

[Package lar version 0.1-2 Index]