Learn R Programming

e1071 (version 1.3-16)

read.octave: Read Octave Data File

Description

Read a vector or matrix from an Octave ASCII data file created using the command save -ascii in Octave.

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.

Value

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

Details

read.octave reads only the first object found in the file and ignores the rest.

See Also

scan, read.table