readGenData: Read Genetic Data

Description Usage Arguments Value Author(s)

View source: R/readGenData.R

Description

A wrapper for fread that sets common values for missing data and removes blank lines.

Usage

1
readGenData(file, na.strings = c(NA, "NA", "", " ", "?", "."), ...)

Arguments

file

filename of .csv file.

na.strings

see fread.

...

other arguments passed to fread.

Value

a data.frame.

Author(s)

Eric Archer eric.archer@noaa.gov


strataG documentation built on Feb. 28, 2020, 9:07 a.m.