read_t: Read .t files - poel-result files

Description Usage Arguments See Also Examples

Description

Read-in and maniputate .t files, the standard format used in poel output

Usage

1
read_t(fi, version = 2012)

Arguments

fi

character; full-path to inp file

version

the poel-version fi is formatted for; coerced to character

See Also

read_inp

Examples

1
2
3
tfi <- system.file('pp.t.gz', package='poel')
res <- read_t(tfi)
print(res)

abarbour/poel documentation built on June 22, 2019, 6:45 p.m.