Learn R Programming

DatABEL (version 0.0-7)

matrix2databel_base_R: converts matrix to 'databel_base_R'...

Description

converts matrix to 'databel_base_R'

Usage

matrix2databel_base_R(from, filename, cachesizeMb=64, type="DOUBLE")

Arguments

from
R matrix
filename
which FILEVECTOR BASE file name to use
cachesizeMb
cache size to be used when accessing the object
type
type of data to use for storage ("DOUBLE", "FLOAT", "INT", "UNSIGNED_INT", "UNSIGNED_SHORT_INT", "SHORT_INT")

Value

  • object of class databel_base_R-class

Details

Converts regular R matrix to databel_base_R-class object. This is the procedure used by "as" converting to DatABEL objects, in which case a temporary file name is created