search for: rnotebook

Displaying 6 results from an estimated 6 matches for "rnotebook".

Did you mean: notebook
2016 Nov 16
2
Rstudio RserverSql
Estimados La última vez que instale R fue en conjunto con sqlserver 2016, por lo cuál sería rserver. Actualice Rstudio y por ejemplo el Rnotebook requiere una actualización (pandoc y etc.) Pero al colocar la actualización de paquetes desde Rstudio informa que están todos actualizados, sin embargo el mismo también detecta que no es así, puesto que lo informa como dependencias necesarias para Rnotebook. Me da la impresión que R (Rserver que...
2017 Oct 18
1
dygraphs, multiple graphs and shiny
Hi All: This is really getting into the weeds, but I am hoping someone will have a solution. I am trying to use dygrahs for R, within Shiny. The situation arises when I am combining a number of dygraphs into one plot. If I am just in an RNotebook, if you look at: https://stackoverflow.com/questions/30509866/for-loop-over-dygraph-does-not-work-in-r the solution to have the plot shown from a RNotebook is code like this: > library(dygraphs) > lungDeaths <- cbind(mdeaths, fdeaths) > res <- lapply(1:2, function(i) dygraph(lungD...
2016 Nov 16
2
Rstudio RserverSql
...es requieren de esto... Gracias, Carlos Ortega www.qualityexcellence.es El 16 de noviembre de 2016, 12:43, <javier.ruben.marcuzzi en gmail.com> escribió: Estimados La última vez que instale R fue en conjunto con sqlserver 2016, por lo cuál sería rserver. Actualice Rstudio y por ejemplo el Rnotebook requiere una actualización (pandoc y etc.) Pero al colocar la actualización de paquetes desde Rstudio informa que están todos actualizados, sin embargo el mismo también detecta que no es así, puesto que lo informa como dependencias necesarias para Rnotebook. Me da la impresión que R (Rserver que...
2016 Nov 16
3
Versión de Rstudio descargable para installar ggplt2
Qué tal, buen día. He estado intentando instalar el ggplot2 en R studio, pero me dice que ggplot no está disponible para la última versión que es la 3.2.2, ya descargué la 3.1.1 también y tampoco está disponible para esa versión. Saben qué versión puedo descargar para poder instalar el paquete de ggplot2, ggmap, rgdal, rgeos, maptools, dplyr and tidyr, tmap. Gracias! [[alternative HTML
2017 Aug 29
0
RMarkdown question
Although it is not an elegant solution, but if your output format is HTML, you can add an arbitrary empty HTML element like <span id="foo"></span> before your code chunk. Then you can jump to this <span> via a link like "see [this code chunk](#foo)". Regards, Yihui -- https://yihui.name On Tue, Aug 29, 2017 at 1:30 PM, Roy Mendelssohn - NOAA Federal
2017 Aug 29
3
RMarkdown question
Hi All: In creating a R Notebook I know that in the text I can link to a (sub) section by using the command: [Header 1](#anchor) and putting the appropriate anchor name at the appropriate header. But can the same be done for code chunks, if the code chunk is named? What I want to do is say that such and such code chunk is an example of how to do something, and have that link to the