| read.array {mining} | R Documentation |
Read data into an array from the console or file
read.array(file, sep = "", quote = "\"", skip = 0)
The array can have one of several formats. The preferred format,
produced by write.array, looks like
cvar.nam
rvar.1.nam ... rvar.k.nam cvar.lev.1 ... cvar.lev.l
rvar.1.lev.1 ... rvar.k.lev.1 ... ... ...
An array.
Tom Minka
#read.array("class/data/ex9-21.dat")
#x <- read.array("class/data/mm2-14.dat")
#x <- read.array("class/data/arizona.txt")