Load the transect description from a CSV file.

loadTransectDescription(
  path = paste(getwd(), "/descriptions", sep = ""),
  pattern = "transect_description.csv"
)

Arguments

path

A character string representing the path to the directory containing the transect description file. Default is the "descriptions" directory in the current working directory.

pattern

A character string representing the pattern to match the transect description file. Default is "transect_description.csv".

Value

A data matrix containing the transect description.