-
I am having a regression with issue between dygraphs 0.9 and released version dygraphs 1.1. Upon upgrading the library, a flexdashboard that hosts multiple dygraphs will only render one at a time (a …
-
I am building Flexdashboard UI though R markdown. I am seeing that Disable textInput works if I remove `output: flexdashboard::flex_dashboard` in the title block.
``````
---
title: "…
-
I have a flexdashboard that is running shiny gauges. I am trying to place images next to the gauges and the images are not found.
If I remove the shiny code blocks, the images appear when rendered.
`…
-
I use DT with Flexdashboard.
When I `knitr` the file in RStudio, the button `Excel` appear but it disappear when I open the result html file.
I use the example in the official page.
-
Hi
I am trying to generate a html file from Rmd document using flexdahsboard output. In WinOS works grat, but for some reason I believe that some of the functions are not behaving properly in CentOS.…
-
Hi,I downloaded your code and run it in R:
> > runApp("shinyapps-master/STATS19_scanner/")
However, I can not see the data and map in the content, could you help me figure it out? Many thanks!
-
@gordonwoodhull
Do we want an import-export roundtrip reproduce the original rmd? If yes, then we need to store the chunk options somewhere in the notebook.
Even if we don't want this to work, we m…
-
You could go here for my Rmarkdown:
https://gist.github.com/ThoDuyNguyen/c1a4f42fd160faaa67a3eb25af2ba58e#file-gistfile1-txt
-
the code below can't work as expect, the title in Chinese causes encoding issue in `selectInput`
```
---
title: "无线流量"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical…
-
I would like to put a link to the header and add the option target="_blank". I've tried the following syntax :
```
- { title: "Data", icon: "fa-database", href: "http://www.data.gouv.fr/fr/", target…