Displaying 20 results from an estimated 300 matches similar to: "XLConnect"
2025 Jan 28
1
XLConnect
Hola, Belén.
Podrías indicar qué error te da?
En principio el paquete XLConnect funciona correctamente (tanto si lo descargas desde el CRAN como desde GitHub).
Puede que no tenga que ver directamente con el paquete... alguna dependencia que no encuentra? Java? ...
Un saludo,
Miguel.
________________________________
De: R-help-es <r-help-es-bounces en r-project.org> en nombre de
2013 Nov 04
3
Reading data from Excel file in r
Hi experts,
I want to read data from an excel data like this:
for the fifth column, from first row until 140 but only 1,3,5,7,.....139
(only 70 values),
How can I do it in R?
thanks
[[alternative HTML version deleted]]
2013 Jul 04
2
porcentajes
Buenos días
quiero definir situación_2 <-tapply(ICE_3$FACTOR_CORR, list(X.1.1Eneltrimestrequeestáacabando=ICE_3$X.1.1Eneltrimestrequeestáacabando, CNAE_1=ICE_3$CNAE_1), f) donde f sea el porcentaje por filas (y/o el porcentaje por columnas) y las funciones rowPercent y colPercent me dan el siguiente error
Error en tapply(ICE_3$FACTOR_CORR, list(X.1.1Eneltrimestrequeestáacabando =
2017 Mar 22
3
ggplot2
Estoy automatizando informes con RMarkdown, y uso xtable y ggplot. Para los gráficos necesito un un tamaño fijo para el área de trazado y para el margen que contiene los textos de los ejes y las etiquetas.
¿Popdríais decirme cómo?
Muchas gracias
Belén Cillero Jiménez
Técnico de Estadística
Instituto de Estadística de La Rioja
bcillero en larioja.org<mailto:bcillero en larioja.org>
2013 Jul 12
3
transformar una variable de tipo carácter
Buenos días
No sé qué función tengo que utilizar para cortar una variable cadena. Veamos a ver, teno la variable MUNICIPIO que recoge la siguiente información: 26001-Ábalos y necesito crear la variable COD_MUNICIPIO cuyo valor ha de ser 26001.
Gracias
BB
Belén Cillero Jiménez
Técnico de Estadística
Instituto de Estadística de La Rioja
bcillero en larioja.org
________________________________
2013 May 02
1
Problems with reading data by readWorksheetFromFile of XLConnect Package
Hi,
Attached are two datasheet to be read.
My raw data "130502temp.xlsx" contains numbers with ' symbols, and they
can't be read as numbers. Even if I copy and paste as numbers to form a new
file "130502temp_number1.xlsx", they could not be read smoothly.
1. How can I read the datasheet as numbers?
2. How can I treat the notation "-" as (1)
2016 Jul 26
7
Exportar datos en formato de Excel
Buenos días a todos!
Estoy trabajando con una base de datos que directamente he descargado de
internet y después de prepararla un poco necesito exportarla a Excel he
intentando con las dos opciones que mencionaré al final pero ninguna
funciona, de qué otra manera puedo exportar esos datos a Excel... muchas
gracias por su ayuda y pronta respuesta!
1)
library(xlsx)
library(rJava)
2016 Jul 26
3
Exportar datos en formato de Excel
Hola.
En mi caso, no he podido resolver los problemas con el Java para usar
XLConnect, que en los papeles me parece el mejor. Supongo que algo de la
arquitectura del sistema o bien de la relación entre el Java, el R y el
RStudio.
Así que utilizo
library(openxlsx)
write.xlsx(datos, file = "EDA1.xlsx") #donde datos es el objeto que quiero
guardar.
Requiere instalar el RTools, según tipo y
2015 Nov 12
3
Problema con la lectura de datos
Otra opción es importar directamente los datos que necesites usando
XLConnect (sin llevarlos a CSV).
Ese paquete permite hacer cosas muy potentes desde el propio fichero de
Excel.
https://cran.r-project.org/web/packages/XLConnect/index.html
Recomiendo, encarecidamente, la lectura de sus dos vignettes.
Un Saludo,
--
Miguel Ángel Rodríguez Muíños
Dirección Xeral de Saúde Pública
Consellería de
2014 Jan 10
1
Resumen de R-help-es, Vol 59, Envío 5
Hola a todos,
Gracias por avisar Carlos. Intentaré formar un grupo en Logroño.
Belén Cillero Jiménez
Técnico de Estadística
Instituto de Estadística de La Rioja
bcillero en larioja.org
o?s?? ol ??d???s s???? ou ,so?u??s?p sop??lns?? s??snq ?S
________________________________________
De: r-help-es-bounces en r-project.org [r-help-es-bounces en r-project.org] en nombre de r-help-es-request
2013 Apr 23
1
Questions on function "readNamedRegionFromFile" in XLConnect pacakge
Hi,
I have two questions on the function "readNamedRegionFromFile" in
XLConnect pacakge.
1.
In the documentation,
# multiregion xlsx file from demoFiles subfolder of package XLConnect
demoExcelFile <- system.file("demoFiles/multiregion.xlsx",
package = "XLConnect")
# Load a single named region into a single data.frame.
df
2011 May 30
0
Question of the XLConnect package
Hi Everybody
I have started to learn how to use the XLConnect package and I think it is
going to be very helpful to help me to operate between Excel users.
Is there a function that can export a dataframe to a Excel sheet and
automatically create a named region for every column (excluding the column
heading) that correspond to the column name? If this is possible one can
then also create formulae
2011 Sep 15
2
Reading Parts of Excel Files (within a sheet)
Dear R Users,
I have to read data from many excel spreadsheets, all which have some
frustrating formatting (lots of titles, headers, etc.). I am trying
to work directly from source data and the number of the spreadsheets I
would have to go through make reformatting one by one a pain. I have
found lots of ways to read excel files, but my question is whether
there is a way to only read
2013 May 15
2
error de lectura
Buenos días
Al leer el fichero esudbp.csv
personas <-read.table("esudb11p.csv", header=TRUE, sep=",")
Me da el siguiente error:
Mensajes de aviso perdidos
In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
número de items leídos no es múltiplo del número de columnas
No entiendo por qué no puede leer este cuarto fichero, si es igual que
2013 Jun 04
4
función recode
Buenos días
No sé qué es lo que estoy haciendo mal al aplicar la función recode.
Escribo:
personas_LR2 <-recode(personas_LR$edad, '0:15="Menores de 16 años"; 16:44="Entre 16 y 44 años"; 45:64="Entre 45 y 64 años";>=65"65 y más años";', as.factor.result=TRUE)
y me da el siguiente error:
Error en parse(text = strsplit(term,
2013 May 22
3
definir tipo de variable
Buenos días
¿Podríais explicarme cómo defino en R el tipo de variable y las etiquetas de la misma y las etiquetas de valor?.
En SPSS utilizo la siguiente sintaxis:
VARIABLE LEVEL DB030(NOMINAL).
VARIABLE LEVEL DB040(NOMINAL).
VARIABLE LEVEL DB090(SCALE).
VARIABLE LABELS DB010 'AÑO'.
VARIABLE LABELS DB020 'PAÍS'.
VARIABLE LABELS DB030 'ID_HOGAR'.
VARIABLE
2009 Jun 03
4
Excel Export in a beauty way
Hallo all,
I`ve read a lot of things in this forum about an Excel export via R. It is
no problem to export my data frames via write.table or write.xls (xls or
csv), but some things are not very convenient for me: I always have to
adjust the column with to see all the numbers or the text and there is no
frame between the cells. And I missing the possibility to make some headers
bold or coloured.
2013 May 20
2
exportar a excel
Buenos días
Creo la siguiente tabla:
> tapply(hogares_larioja$DB090, list(HX060=hogares_larioja$HX060, HS190=hogares_larioja$HS190, HH040=hogares_larioja$HH040, HH050=hogares_larioja$HH050, HH081=hogares_larioja$HH081, HH091=hogares_larioja$HH091), sum)
y el resultado quiero exportarlo a excel (este y otros que he realizado, claro) para publicarlos. ¿Cómo puedo hacerlo?.
Gracias
BB
2012 Aug 17
4
Appending many different and separate Excel files using R
Dear all,
Good day!
I have a problem in reading Excel files in R and appending them to each other. Suppose we have several Excel files in a directory with headers and want to use R to append them in a single file with an additional variable in the final file indicating from which files the data come from.
As I have many Excel files and their sizes are very big I should write a loop in R to do
2016 Apr 27
0
R Script Template
The subject of your email is missing. Perhaps you need to read the Posting Guide (again?) about attachments. Embedding your example directly in the body of the email is generally more accessible in archives than attaching it.
--
Sent from my phone. Please excuse my brevity.
On April 27, 2016 1:14:17 PM GMT+01:00, G.Maubach at gmx.de wrote:
>Hi All,
>
>I am addressing this post to all