as.objects {dataframe} R Documentation

Load .NET objects from a given dataframe data object.

Description

Usage

as.objects(data, type,
    strict = FALSE,
    metaBlank = "",
    silent = TRUE);

Arguments

data

-

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 vector.

clr value class

Examples


[Package dataframe version 6.0.0.3654 Index]