read_inp: Read .inp files

Description Usage Arguments See Also Examples

Description

Read-in and parse .inp files – input files for poel – for later use

Usage

1
read_inp(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_t

Examples

1
2
3
4
5
6
7
8
9
# Example .inp #1
inpfi1 <- system.file('pe12_dk_s0_b1.inp', package='poel')
res1 <- read_inp(inpfi1)
print(res1)

# Example .inp #2
inpfi2 <- system.file('pe12_dk_s0_b2.inp', package='poel')
res2 <- read_inp(inpfi2)
print(res2)

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