read.lar {lar} | R Documentation |
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().
read.lar(file)
file |
An excel file (.xlsx) in labour relations input-format. Required. |
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).
Richard L. Zijdeman
Project website: http://historyoflabourrelations.org
## Not run:
## Read in a labour relations pre-defined excel file:
df <- read.lar("Spain_1900_(JMTL-Sept2011).xlsx")
## End(Not run)