read_lines {PhenotypeSimulator}R Documentation

Scan file for specific line numbers

Description

Scan file for specific line numbers

Usage

read_lines(filename, lines, sep = "\n")

Arguments

filename

/path/to/chromosomefile [string]

lines

vector of line numbers [integer] to be read

sep

[string] end-of-line delimiter


[Package PhenotypeSimulator version 0.3.4 Index]