inlineDataFrame {mlxR}R Documentation

inline data frame

Description

utility function to inline creation of a data frame

Usage

inlineDataFrame(str, header = TRUE, colClasses = NA, ...)

Arguments

str

text representation of the data frame

header

see read.table

colClasses

see read.table

...

see read.table


[Package mlxR version 4.2.0 Index]