readGenData: Read Genetic Data

View source: R/readGenData.R

readGenDataR Documentation

Read Genetic Data

Description

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

Usage

readGenData(file, na.strings = c("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


EricArcher/strataG documentation built on May 17, 2024, 12:41 p.m.