writeGhcn: A simple wrapper to 'write.table'

Description Usage Arguments Details Value Author(s) Examples

View source: R/writeGhcn.R

Description

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

Usage

1
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

1
2
3
4
5
6
## Not run: 

  writeGhcn(data)

## End(Not run)
 

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