Learn R Programming

BREADR (version 1.0.3)

read_ind: read_ind

Description

read_ind

Usage

read_ind(filename)

Value

tibble with column headings: ind (CHR), sex (CHR), pop (CHR)

Arguments

filename

a IND text file.

Examples

Run this code
ind_snpfile <- system.file("extdata", "example.ind.txt", package = "BREADR")
read_ind(ind_snpfile)

Run the code above in your browser using DataLab