Read Octave Data File

Usage

read.octave (file, quiet=FALSE)

Arguments

file the name of a Octave data file to read.
quiet do not print information on type and size of the object read in.

Description

Read a vector or matrix from an Octave ASCII data file created using the command save -ascii in Octave. read.octave reads only the first object found in the file and ignores the rest.

Value

read.octave returns an object of type vector or matrix.

See Also

scan read.table


[Package Contents]