similar to: print data.frame with a list column

Displaying 20 results from an estimated 3000 matches similar to: "print data.frame with a list column"

2024 Jan 29
1
print data.frame with a list column
On Mon, 29 Jan 2024 14:19:21 +0200 Micha Silver <tsvibar at gmail.com> wrote: > Is there some option to force printing the full list? > df <- data.frame("name" = "A", "bands" = I(list(1:20))) format.AsIs is responsible for printing columns produced using I(). It accepts a "width" argument: format(x, width = 9999) # name
2016 Sep 08
3
¿Cómo generar tabla apaisada salida PDF con RMarkdown?
Buenas a todos. No me queda del todo claro si éste es el foro en el que preguntar o debería ser otro, ya que incluye cosas que van más allá de R. Sepan disculpar si me estoy excediendo. Estoy trabajando con RStudio y quiero generar un documento de salida en PDF; en ese documento tengo bastantes tablas anchas que no entran usando knitr::kable(la.tabla.ancha) Sí salen perfectamente en HTML
2016 Sep 09
2
¿Cómo generar tabla apaisada salida PDF con RMarkdown?
Muchas gracias, Jos Antonio y Carlos. Estaba por escribir sandeces varias. Comento, por si hay algn lector, que como yo, se guarda los correos con respuestas a problemas posibles. No estaba usando|header.tex|, que es necesario para una como para otra solucin. El encabezado queda as: |---|| ||title: "Tablas que no entran"|| ||author: "Sandia Urlia"|| ||date: ""||
2017 Jun 07
1
rmarkdown and font size
Suppose I have a file (named "tmp.rmd") containing: --- title: Test --- ```{r example, echo=FALSE, results='asis'} tmp <- data.frame(a=1:5, b=letters[1:5]) print( knitr::kable(tmp, row.names=FALSE)) ``` And I render it with: rmarkdown::render('tmp.rmd', output_format=c('html_document','pdf_document')) I get two files: tmp.pdf tmp.html Is
2017 Oct 09
2
Incluir símbolo matemático en data frame
Estimados miembros de la lista, Cómo se puede incluir. por ejemplo, el símbolo de menor o igual en un data.frame para luego hacer un cuadro (table con kable in rmarkadown)? columna1 <- c("a", "b", "c") columna2 <- c(<= 0.3, 0.5, 0.8) columna3 <- c(>=0.5, 0.6, 0.9) cuadro <- data.frame(columna1, columna2, columna3) kable(cuadro) Manuel --
2017 Jun 06
3
Tablas en R
Buenas tardes, os pido ayuda sobre un tema que me tiene descolocado durante hace ya bastante tiempo y no encuentro una solución clara. Habitualmente trabajo con tablas más o menos complejas y me gustaría saber si existe alguna forma de imprimir las tablas en papel sin pasar por latex. Os pongo un ejemplo de tabla: [image: Imágenes integradas 1] He probado diversos paquetes (xtable, tables,
2017 Oct 09
2
Incluir símbolo matemático en data frame
Muchas gracias Carlos. Pero eso haría que el signo se muestre tal como se deba mostrar , es decir: ? Manuel El 9 de octubre de 2017, 1:46, Carlos Ortega <cof en qualityexcellence.es> escribió: > Puedes incluir estos signos en una columna nueva antes de cada una de las > columnas numéricas. > Que el data.frame tuviera esta pinta... > > Signo_1, Col_1, Signo_2, Col_2,
2017 Oct 09
2
Incluir símbolo matemático en data frame
Muchas gracias Jesús, Por lo que veo hay que hacer una columna diferente para los símbolos, tal como sugiere Carlos. No hay forma de ubicarlos en el mismo string, acompañando al número? Manuel El 9 de octubre de 2017, 8:52, Jesús Para Fernández < j.para.fernandez en hotmail.com> escribió: > Con > > print("\u2265") > > > lo consigues. > > Aqui tienes
2017 Sep 06
4
post_processor in rmarkdown not working
Dear all, I'm trying to write a post_processor() for a custom rmarkdown format. The goal of the post_processor() is to modify the latex file before it is compiled. For some reason the post_processor() is not run. The post_processor() does work when I run it manually on the tex file. Any suggestions on what I'm doing wrong? Below is the relevant snippet of the code. The full code is
2017 Jun 06
3
Tablas en R
Hola doblett Creo qeu el paquete stargazer te puede ayudar: https://cran.r-project.org/web/packages/stargazer/index.html http://jakeruss.com/cheatsheets/stargazer.html Un saludo. El 6 de junio de 2017, 15:17, Álvaro Hernández <alvarohv en um.es> escribió: > Hola, doblett: > > Yo utilizo normalmente el paquete 'tables' que tiene una documentación > bastante buena.
2017 Jun 13
0
WG: Fw: Re: rmarkdown and font size
Hi Dan, Hi All, I read the below post. I am wondering how do I know which "keys" are available, e.g. "core.r" and "pre". Where kind I find the definition of what can be adjusted and which "words" to use? Kind regards Georg > Gesendet: Donnerstag, 08. Juni 2017 um 16:16 Uhr > Von: "Nordlund, Dan (DSHS/RDA)" <NordlDJ at
2017 Sep 07
0
post_processor in rmarkdown not working
Are you sure that you want to read in the output_file in text <- readLines(output_file, warn = FALSE)? best regards, Heinz Thierry Onkelinx wrote/hat geschrieben on/am 06.09.2017 11:41: > Dear all, > > I'm trying to write a post_processor() for a custom rmarkdown format. The > goal of the post_processor() is to modify the latex file before it is > compiled. For some
2017 Sep 07
0
post_processor in rmarkdown not working
On 06/09/2017 5:41 AM, Thierry Onkelinx wrote: > Dear all, > > I'm trying to write a post_processor() for a custom rmarkdown format. The > goal of the post_processor() is to modify the latex file before it is > compiled. For some reason the post_processor() is not run. The > post_processor() does work when I run it manually on the tex file. > > Any suggestions on what
2005 May 07
1
Incorrect libxml2.2.dylib version on Tiger install
Hi all, I have just installed OSX Server 10.4 and R comes up with the incompatible libxml library message reported by Dan Kelley a few messages ago. Xcode 2 does not ship with Tiger Server. I installed the X-Windows code. I can report that the version of libxml2.2 that is installed in this case is the version 8.0.0 dylib. [6]sboker at munimula:/usr/lib % ls -l libxml2.2* -rwxr-xr-x 1
2023 Nov 20
1
Calculating volume under polygons
Dear all; I am trying to calculate volume under each polygon of a shapefile according to a DEM. when I run the code, it gives me an error as follows. " Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'addAttrToGeom': sp supports Z dimension only for POINT and MULTIPOINT. use `st_zm(...)` to coerce to XY dimensions
2017 Sep 07
3
post_processor in rmarkdown not working
Dear Duncan, Thanks for chiming in. Could you explain how you set debug() on post_processor()? I've tried adding debug(post_processor) to rsos_article() or adding debug(post_processor) when after post_processor was defined in the debugger. Neither work for me. All supporting files are available within the package. The code below should be reproducible on your machine.
1997 Oct 09
0
R-alpha: [sboker@calliope.psych.nd.edu: Re: S-PLUS on UNIX plans]
--Multipart_Thu_Oct__9_10:41:03_1997-1 Content-Type: text/plain; charset=US-ASCII In case you did not realize how much this is related to R : --Multipart_Thu_Oct__9_10:41:03_1997-1 Content-Type: message/rfc822 Return-Path: s-sender@utstat.toronto.edu From: "Steven M. Boker" <sboker@calliope.psych.nd.edu> Date: Wed, 8 Oct 97 16:37:05 -0500 To: s-news@utstat.toronto.edu Subject:
2024 Jun 23
4
[Bug 1755] New: Impossible to copy ct mark into a packet
https://bugzilla.netfilter.org/show_bug.cgi?id=1755 Bug ID: 1755 Summary: Impossible to copy ct mark into a packet Product: netfilter/iptables Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: unknown Assignee: netfilter-buglog at
2016 Oct 10
0
aVirtualTwins available on CRAN
[markdown format] I'm glad to introduce you the new package aVirtualTwins. This package is an adaptation of VirtualTwins method of subgroup identification from [Foster, J. C., Taylor, J. M.G. and Ruberg, S. J. (2011)](http://onlinelibrary.wiley.com/doi/10.1002/sim.4322/abstract). ### Explanation Virtual Twins has been created to find subgroup of patients in a random clinical trial with
2016 Oct 10
0
aVirtualTwins available on CRAN
[markdown format] I'm glad to introduce you the new package aVirtualTwins. This package is an adaptation of VirtualTwins method of subgroup identification from [Foster, J. C., Taylor, J. M.G. and Ruberg, S. J. (2011)](http://onlinelibrary.wiley.com/doi/10.1002/sim.4322/abstract). ### Explanation Virtual Twins has been created to find subgroup of patients in a random clinical trial with