Displaying 3 results from an estimated 3 matches for "readexcel".
Did you mean:
read_excel
2005 Sep 30
0
Easy cut & paste from Excel to R
Maybe this helps, too.
readExcel <- function(row.names = 1, check.names = FALSE, ...)
read.delim("clipboard", row.names = row.names, check.names =
check.names, ...)
writeExcel <- function(x, check.rows = FALSE, check.names = FALSE, ...){
df <- data.frame(x, check.rows = check.rows, check.names = check.name...
2005 Jul 20
2
Is it possible to create highly customized report in *.xlsformat by using R/S+?
Your surest bet is to look into S+, not R, since the former does
'integrate' with Microsoft applications. To what extent, I don' know.
This is a desirable feature (IMO) and a reason to use S+ rather then R
(already discussed in different thread).
Try the S+ newsgroup.
> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at
2004 Dec 04
9
Excel *.xls files, RODBC
I gather from reading the back-issues of r-help that it should be
possible (modulo a number of caveats) to read an excel (yuck!) file
into R using RODBC. I have obtained and installed ODBC and the RODBC
package, but cannot for the life of me figure out how to go about
it. Can anyone give me a simple recipe?
I have an excel file on cdrom, say:
/mnt/cdrom/melvin.xls
I have started R and loaded