Last data update: 2014.03.03

R: reads the csv file that contains all the monthly stations
readMonthlyCsvR Documentation

reads the csv file that contains all the monthly stations

Description

A simple function that wraps a read.csv call to read the stations in the monthly station list

Usage

readMonthlyCsv(filename = MONTHLY.STATION.LIST)

Arguments

filename

Default name oof the file. Should not be changed

Details

simplys wraps a read.csv call

Value

returns a data frame of the stations that report monthly

Author(s)

Steven Mosher

Examples

 ## Not run: 
   Stations <- readMonthlyCsv()
 
## End(Not run)

Results