search for: xlread

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

Did you mean: alread
2006 Oct 25
1
Excel files
Hi every one, I am very very new to R and solicit your kind help I am trying to use my excel files in R. I used the Xlread/write package and able to load the a sample file into console. Then I tried to find the mean of a column vector for example. But I could not proceed Here is the problem rfile <- "Trial1.xls" > read.xls( rfile, colNames = TRUE, sheet = 1, type = "data.frame", from = 1 )...