Last data update: 2014.03.03

R: A simple wrapper to 'write.table'
writeGhcnR Documentation

A simple wrapper to write.table

Description

Simply writes a file to the data directory using write.table

Usage

writeGhcn(data, directory = DATA.DIRECTORY, filename = "TaveCHCN.dat")

Arguments

data

The data you want to write

directory

defaults to the processed data directory

filename

The filename you want for the data

Details

Simply uses write.table to write the data

Value

side effect is a file is written

Author(s)

Steven Mosher

Examples

## Not run: 

  writeGhcn(data)

## End(Not run)
 

Results