cleanCMZ: Clean *cmz.csv files for easy importing.

Description Usage Arguments Value Examples

Description

Clean *cmz.csv files for easy importing.

Usage

1
cleanCMZ(filenames)

Arguments

filenames

A character vector of length one or more. The names of the *CMZ.csv files.

Value

Nothing returned. The files listed in filenames are overwritten with the cleaned CMZ files

Examples

1
2
3
4
5
6
7
## Not run: 
data.path <- '../data/'
mort.filenames <- list.files(data.path, pattern = '.csv$')
mort.filepaths <- paste(data.path, mort.filenames, sep='/')
cleanCMZ(mort.filepaths)

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.