load.csv {utils} R Documentation

load csv as a .NET CLR object vector

Description

Usage

load.csv(file, type,
    encoding = "unknown",
    tsv = FALSE);

Arguments

file

-

type

the object type value, and it should be one of the: 1. class name from the RTypeExportAttribute 2. .NET CLR Type value 3. R-sharp RType value 4. R-sharp primitive TypeCodes value

env

[as Environment]

Details

Authors

SMRUCC genomics

Value

this function returns data object of type any kind.

clr value class

Examples


[Package utils version 6.0.0.3654 Index]