read.vector: Reads a table into a vector

View source: R/smlx-data.R

read.vectorR Documentation

Reads a table into a vector

Description

Reads a table into a vector

Usage

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

Arguments

f

: path to table file

header

: bool, use the header or not

sep

: the separator

quote

: the quote character

Value

the vector


RsSimulx documentation built on June 22, 2024, 9:36 a.m.