fm.read.objR Documentation

Read a FlashR object (vector/matrix) from a file.

Description

Read a FlashR object (vector/matrix) from a file.

Usage

fm.read.obj(file)

Arguments

file

a file in the local filesystem.

Value

a FlashR object (vector/matrix)

Author(s)

Da Zheng <dzheng5@jhu.edu>

Examples

mat <- fm.read.obj("/tmp/tmp.mat")