CHCN (version 1.5)

readMonthlyCsv: 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

Value

Details

simplys wraps a read.csv call

Examples

Run this code
 ## Not run: 
#    Stations <- readMonthlyCsv()
#  ## End(Not run)

Run the code above in your browser using DataLab