readDataArchive: Read text files that are stored in a PBS archive format.

Description Usage Arguments Details Value Examples

Description

Read text files that are stored in a PBS archive format.

Usage

1
readDataArchive(filepaths.list)

Arguments

filepaths.list

A list of individual filenames for importing.

Details

This format is created by Michael Folkes (DFO) and not in circulation.

Value

A list comprising any meta data included in the original text file and the data, which may be a vector or data frame.

Examples

1
2
3
4
## Not run: 
dat.tmp <- readDataArchive(filepaths.list)

## End(Not run)

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