Skip to content
Snippets Groups Projects
Commit d53be2cd authored by Christoph Schürz's avatar Christoph Schürz
Browse files

Update read_tbl manual

parent 29e997fe
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,14 @@
\title{Read SWAT+ output that is arranged in a tabular format (most outputs)
and return the read output table in a tibble format}
\usage{
read_tbl(out_file, run_path)
read_tbl(file, run_path, n_skip)
}
\arguments{
\item{out_file}{Name of the output file that should be read.}
\item{run_path}{Path to the folder where simulations are performed}
\item{n_skip}{Integer number, how many lines to skip when reading table}
\item{out_file}{Name of the output file that should be read.}
}
\description{
Read SWAT+ output that is arranged in a tabular format (most outputs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment