read_SL4: Read an SL4 solution file

View source: R/read_sl4.r

read_SL4R Documentation

Read an SL4 solution file

Description

This function reads SL4 solution files into a list

Usage

read_SL4(filename, toLowerCase = TRUE)

Arguments

filename

Path to SL4 file

toLowerCase

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

Value

A list of variables

Examples

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

HARr documentation built on Aug. 27, 2025, 5:11 p.m.