read.vector {mlxR}R Documentation

Reads a table into a vector

Description

Reads a table into a vector

Usage

read.vector(f, header = FALSE, sep = "", quote = "\"'")

Arguments

f

: the table

header

: bool, use the header or not

sep

: the separator

quote

: the quote character

Value

the vector


[Package mlxR version 4.2.0 Index]