read.dataframe {dataframe} R Documentation

Read dataframe

Description

Usage

read.dataframe(file,
    mode = numeric,
    toRObj = FALSE,
    silent = TRUE,
    strict = FALSE);

Arguments

file

the csv file. [as string]

mode

[as DataModes]

Details

Authors

SMRUCC genomics

Value

this function returns data object of type any kind.

clr value class

Examples


[Package dataframe version 6.0.0.3654 Index]