readMonthlyCsv: reads the csv file that contains all the monthly stations

Description Usage Arguments Details Value Author(s) Examples

View source: R/readMonthlyCsv.R

Description

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

Usage

1

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

1
2
3
4
 ## Not run: 
   Stations <- readMonthlyCsv()
 
## End(Not run)

CHCN documentation built on May 2, 2019, 8:53 a.m.