rawToDataFrame {dataframe} R Documentation

convert the raw csv table object to R dataframe object.

Description

Usage

rawToDataFrame(raw,
    row.names = NULL,
    header = TRUE,
    check.names = TRUE,
    check.modes = TRUE,
    comment.char = "#",
    skip.rows = -1);

Arguments

raw

[as File]

Details

Authors

SMRUCC genomics

Value

this function will returns nothing if the target csv data input is nothing or contains no rows data.

clr value class

Examples


[Package dataframe version 6.0.0.3654 Index]