Learn R Programming

Maeswrap (version 1.7)

readmet: 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.

Examples

Run this code
## Not run: 
# 
# # Simple as pi:
# metdata <- readmet()
# 
# ## End(Not run)

Run the code above in your browser using DataLab