Barbara Borges Ribeiro
Barbara Borges Ribeiro
@yihui, do you have any rough estimate when the cache invalidation mechanism would be in place? Winston provided much needed context that I'd left out: our major worry is not...
We may actually add a `color` argument to the `dashboardBody()` and `dashboardSidebar()` functions in the future. However, I haven't started working on that yet (should happen in the next couple...
We may do this at some point, but it's not in the works right now. However, I just wanted to point out that you don't need to use jQuery for...
@daattali It appears as if I edit every issue a few minutes after it's created. That's unfortunate, but it has a benign explanation: it's a by-product of Unito using my...
I think this may have been solved by rstudio/shinydashboard#185 (not yet on CRAN)
If your app is deployed using **Connect** or **shinyapps.io**, there's a bit of a hacky way to do this. We're working on making this less hacky by making it accessible...
Can you separate each graph into its own chunk? You can achieve that with the `knit_child()` function to knit child documents inside the parent Rmd. See here: https://yihui.name/knitr/demo/child/
I see, you need to be able to create the chunks programmatically. I think these other resources will help you achieve that: 1. https://stackoverflow.com/a/14368148/6174455 2. http://rstudio-pubs-static.s3.amazonaws.com/1283_a009514e3eb24680b1ba0d4d291c2546.html 3. https://github.com/yihui/knitr/blob/master/vignettes/knit_expand.Rmd Good luck!