dot-Csv2df: Parse CSV-formatted data into a data frame

.Csv2dfR Documentation

Parse CSV-formatted data into a data frame

Description

Parse CSV-formatted data into a data frame

Usage

.Csv2df(csvdata, header = TRUE, ...)

Arguments

csvdata

the CSV-formatted string

header

TRUE iff the first line of the CSV data is a header line

...

remaining arguments are passed to read.table()

Value

a data frame

See Also

read.table()


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.