parseDataframe {dataframe} R Documentation

parse the text data as the dataframe

Description

Usage

parseDataframe(text,
    row.names = NULL,
    check.names = TRUE,
    check.modes = TRUE,
    comment.char = "#",
    tsv = FALSE,
    skip.rows = -1);

Arguments

text

[as string]

Details

Authors

SMRUCC genomics

Value

this function returns data object of type dataframe.

clr value class

Examples


[Package dataframe version 6.0.0.3654 Index]