Learn R Programming

RsSimulx (version 2024.1)

read.vector: Reads a table into a vector

Description

Reads a table into a vector

Usage

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

Value

the vector

Arguments

f

: path to table file

header

: bool, use the header or not

sep

: the separator

quote

: the quote character