search for: filesbox

Displaying 1 result from an estimated 1 matches for "filesbox".

2008 Jan 16
3
using an element of an array as a new object
I have an array called filesBox. I want to take each element of the first column and assign a dataset to it. For example : filesBox[4,1] returns [1] "fileR" Then I want to assign "fileR" which exists as a text file to the R object "fileR" like this : filesBox[4,1] <- read.table(paste(dir2, fi...