This function reads setup information from SWAT files in the specified project path.
Examples
if (FALSE) {
df <- setup_info("/path/to/project")
write.csv(df, "write_path/table.csv", row.names = FALSE, quote = FALSE)
}
This function reads setup information from SWAT files in the specified project path.
if (FALSE) {
df <- setup_info("/path/to/project")
write.csv(df, "write_path/table.csv", row.names = FALSE, quote = FALSE)
}