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

Description Usage Arguments Examples

Description

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

Usage

1
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

1
2
Examples
readsol()

nvilloria/rgtap documentation built on May 24, 2019, 10:56 a.m.