powered by
This function reads SL4 solution files into a list
read_SL4(filename, toLowerCase = TRUE)
A list of variables
Path to SL4 file
Logical: should all text from the SL4 file be turned to lowercase
fl <- system.file("extdata/test.sl4", package="HARr") read_SL4(fl)
Run the code above in your browser using DataLab