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