Learn R Programming

HARr (version 1.1.0)

read_SL4: Read an SL4 solution file

Description

This function reads SL4 solution files into a list

Usage

read_SL4(filename, toLowerCase = TRUE)

Value

A list of variables

Arguments

filename

Path to SL4 file

toLowerCase

Logical: should all text from the SL4 file be turned to lowercase

Examples

Run this code
fl <- system.file("extdata/test.sl4", package="HARr")
read_SL4(fl)

Run the code above in your browser using DataLab