Learn R Programming

DatABEL (version 0.9-6)

databel2matrix: converts 'databel' to matrix

Description

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

Usage

databel2matrix(from, rows, cols)

Arguments

from
'databel' matrix
rows
which rows to include
cols
which columns to include

Value

object of matrix class