Displaying 2 results from an estimated 2 matches for "in1_wb".
Did you mean:
in1_
2025 Jan 28
3
XLConnect
Buenos días
Antes con el paquete "XLConnect", podía leer y escribir en un lugar determinado en Excel tal y como indico a continuación
in1_wb <- loadWorkbook("aa.xlsx")
data1 <- readWorksheet(in1_wb, sheet="Sheet1", header = FALSE, startRow = 1, startCol = 1, endRow = 5, endCol = 8)
in2_wb <- loadWorkbook("bb.xlsx")
data2 <- readWorksheet(in2_wb, sheet="Sheet1", header = FALSE, sta...
2025 Jan 28
1
XLConnect
...ez via R-help-es <r-help-es en r-project.org>
Enviado: martes, 28 de enero de 2025 8:11
Para: r-help-es en r-project.org
Asunto: [R-es] XLConnect
Buenos días
Antes con el paquete "XLConnect", podía leer y escribir en un lugar determinado en Excel tal y como indico a continuación
in1_wb <- loadWorkbook("aa.xlsx")
data1 <- readWorksheet(in1_wb, sheet="Sheet1", header = FALSE, startRow = 1, startCol = 1, endRow = 5, endCol = 8)
in2_wb <- loadWorkbook("bb.xlsx")
data2 <- readWorksheet(in2_wb, sheet="Sheet1", header = FALSE, sta...