readmet {Maeswrap} | R Documentation |
Reads the met.dat input file
Description
Reads the meteorological input data in the met.dat file.
Usage
readmet(filename = "met.dat", nlines = -1)
Arguments
filename |
Default name of the met.dat file. |
nlines |
Optional, how many lines of the metfile to read? |
Value
Returns a dataframe.
Author(s)
Remko Duursma
Examples
## Not run:
# Simple as pi:
metdata <- readmet()
## End(Not run)
[Package Maeswrap version 1.7 Index]