readsol: Read specific header of solution files, convert them into CSV...

readsolR Documentation

Read specific header of solution files, convert them into CSV files, and read them into R.

Description

Read specific header of solution files, convert them into CSV files, and read them into R.

Usage

readsol(solution.dir, solution.out, csv.out, header)

Arguments

solution.dir

Directory where the solution file SL4 is stored.

solution.out

Path and name of the HAR with the variables from var.map. Must include a suffix, e.g., .sol or .har.

csv.out

name of the csv file to which header is written to. The resulting csv file will be also read back in R using read.csv().

header

number of the header in the map file used in var.map.

Examples

Examples
readsol()

nvilloria/rgtap documentation built on Feb. 25, 2025, 11:15 p.m.