read_SL4 | R Documentation |
This function reads SL4 solution files into a list
read_SL4(filename, toLowerCase = TRUE)
filename |
Path to SL4 file |
toLowerCase |
Logical: should all text from the SL4 file be turned to lowercase |
A list of variables
fl <- system.file("extdata/test.sl4", package="HARr")
read_SL4(fl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.