braidHymo.Rd
Calculate morphological indexes multiple rivers or reaches
braidHymo(rivers, rel_path = "")
a table containing river-related details.
a table of morphological indexes
rivers=readr::read_csv2("data-raw/rivers.csv") %>%
mutate(filepath=paste0("data-raw/",filepath))
#> Error in mutate(., filepath = paste0("data-raw/", filepath)): could not find function "mutate"
braidHymo(rivers)
#> Error in UseMethod("mutate"): no applicable method for 'mutate' applied to an object of class "c('double', 'numeric')"