Description Usage Arguments Examples
View source: R/braidHymo_read.R
Read rivdata file
1 2 3 4 5 6 7 8 | braidHymo_read(
file,
ID_XS = ID,
Z = RASTERVALU,
NA.value = -9999,
sep = ";",
row.names = 1
)
|
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 |
1 2 | braidHymo_read("data-raw/Drac_Chabottes_2018.txt")
braidHymo_read("data-raw/Durance_Brillanne_2017.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.