Skip to contents

This function reads setup information from SWAT files in the specified project path.

Usage

setup_info(project_path)

Arguments

project_path

The path to the project directory containing SWAT setup files.

Value

A data frame containing setup information extracted from SWAT files.

Examples

if (FALSE) {
df <- setup_info("/path/to/project")
write.csv(df, "write_path/table.csv", row.names = FALSE, quote = FALSE)
}