read_bpip_inp: Read BPIP input file

View source: R/read_bpip_inp.R

read_bpip_inpR Documentation

Read BPIP input file

Description

Read a bpip.inp file into a dataframe.

Usage

read_bpip_inp(file)

Arguments

file

A path to a file or a text string containing line breaks. Default is "bpip.inp".

Examples

bpip_inp <- "'Example1'
'p'
'METERS' 1.00
'UTMN' 0.00
1
'Bld_1' 1 0
4 10
-22.5 5
-17.5 5
-17.5 -5
-22.5 -5
1
'Stack_1' 0 10 0 0
'Stack_2' 0 10 0 0
"

read_bpip_inp(file = bpip_inp)

dKvale/bpip documentation built on Aug. 30, 2022, 2:05 a.m.