read_column: Read a column from a delimited file

Description Usage Arguments Value

View source: R/utils.r

Description

Read a k-th column from a delimited file.

Usage

1
read_column(x, k = 1L, sep = " ")

Arguments

x

a path to a file

k

optional a integer value of a column that will be returned

sep

optional a separator that separate the columns

Value

a character vector


bioDS/phyloRNA documentation built on Feb. 21, 2022, 3:28 p.m.