Displaying 9 results from an estimated 9 matches similar to: "Problemas usando paquete textreuse"
2024 Nov 26
0
Resumen de R-help-es, Vol 187, Envío 10
Ayer mandé esta respuesta pero parece que no llegó, parece mentira que
no recuerde utilizar la lista. Disculpas si sale repetida.
Javier, el paquete textreuse lo que hace es añadir metadatos de
pre-proceso a la lectura de ficheros de texto, y por tanto parte de
fichero. No lo conocía, pero leyendo
https://cran.r-project.org/web/packages/textreuse/vignettes/textreuse-introduction.html
verás
2016 Feb 11
2
inconsistency in treatment of USE.NAMES argument
Changing the vapply() behavior makes sense in principle. I analyzed
the CRAN code base using the R parser and found 143 instances of
calling vapply with USE.NAMES=FALSE. These would need to be inspected
to understand the consequences of the change.
For reference:
/AzureML/R/datasets.R:226
/BBmisc/R/toRangeStr.R:33
/DBI/R/DBDriver.R:205
/Kmisc/R/str_rev.R:37
/Matrix/R/diagMatrix.R:98
2016 Feb 08
2
inconsistency in treatment of USE.NAMES argument
Hi,
Both vapply() and sapply() support the 'USE.NAMES' argument. According
to the man page:
USE.NAMES: logical; if ?TRUE? and if ?X? is character, use ?X? as
?names? for the result unless it had names already.
But if 'X' has names already and 'USE.NAMES' is FALSE, it's not clear
what will happen to the names. Are they going to propagate to the
result
2023 Jul 05
1
textual analysis - transforming several pdf to txt - naming the files
I am taking my first steps in textual analysis with R.
I have pdf files consisting of company reports for several years (1 file corresponds to 1 company and 1 year).
My idea is to start by transforming all my pdf files into txt files for further treatment and analysis (this will allow me to group the files by company or by year, depending on the future analysis to be performed).
I do not have
2023 Jul 05
1
textual analysis - transforming several pdf to txt - naming the files
convertpdf2txt <- function(dirpath){
files <- list.files(dirpath, pattern = "Consoli.*\\.pdf$", full.names
= TRUE)
files <- chartr("\\", "/", files)
x <- lapply(files, function(x){
pdftools::pdf_text(x) %>%
paste0(collapse = " ") %>%
stringr::str_squish()
})
new_names <-
2004 Jul 01
1
PDF text strangeness (PR#7043)
Hi R-developers
I have noticed a strange little bug/feature: I often create pdf's of plots, then edit them in Adobe Illustrator. Generally this works great, but whenever I have text that is aligned vertically (along the y-axis usually), the text is written out as lots of individual objects. When the text is horizontal (x-axis, other stuff), it is all one object. I would prefer one object
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
Dear all,
I am sending a patch for extending pdf device to embed popup text and web links.
I implemented this feature by using annotation object, a interactive
feature of pdf.
You can see a sample code for using this feature in the following, and
sample pdf is in
2013 Jun 28
1
comparación entre cadena de caracteres
Saludos a todos.Estoy en un proceso de carga de información a un DWH, y estoy validando que los ETLs estén correctos.Tengo datos de los transaccionales (T) y de la nueva base de datos (B).Mi objetivo es validar que los procesos de limpieza de datos y corrección, estén bien.tengo 2 columnas en un data.frame, la una es el nombre del cliente en el transaccional (T) y en la otra columna, el nombre del
2013 Dec 05
0
COMO INTERPRETAR VALORES EN PCA
Cordial saludo luego de realizar un análisis de componentes principales,
necesito darle un valor a los individuos que me permita rankearlos; sin
embargo este ranking no puede ser de acuerdo a la contribución o
coordenadas sobre el primer o segundo componente, ya que debe hacerse
respecto a un individuo suplementario o individuo ", ideal", mi pregunta
es: ¿Puedo utilizar el valor que se