braidHymo_read: Read rivdata file

Description Usage Arguments Examples

View source: R/braidHymo_read.R

Description

Read rivdata file

Usage

1
2
3
4
5
6
7
8
braidHymo_read(
  file,
  ID_XS = ID,
  Z = RASTERVALU,
  NA.value = -9999,
  sep = ";",
  row.names = 1
)

Arguments

ID_XS

column corresponding to ID of cross-section in the file (defaults to ID_XS)

Z

column corresponding the altitude in the file (defaults to Z)

NA.value

value of missing values in the file (defaults to -9999)

filepath

path to rivdata file

Examples

1
2
braidHymo_read("data-raw/Drac_Chabottes_2018.txt")
braidHymo_read("data-raw/Durance_Brillanne_2017.txt")

lvaudor/braidHymo documentation built on Feb. 14, 2022, 11:03 a.m.