-
Thanks for thematic, it's an amazing package, and love how magically it works with bootststrap themes in flexdashboard. I'm trying to migrate some dashboards to quarto now, where I'm again delighted …
-
Accordingly with the flexdashboard documentation: "For mobile phones (any screen less than or equal to 768 pixels wide) flexdashboard uses special layout behavior."
I would like to know how I can cha…
-
1. Create R FlexDashboard page in R named as "Machine Learning Results"
2. Show your results on the page.
3. See if there are plots/tables needed to deliver your results.
-
Quite possibly a bug - not sure whether in `DT` or `flexdashboard`.
Here's the problem:
I'm rendering a datatable in a shiny flexdashboard app in a reactive context, so that it updates when an inp…
-
Hi,
Using this simple example, I am receiving an empty screen upon opening the html document:
````
---
title: "Untitled"
output:
flexdashboard::flex_dashboard:
orientation: columns
…
-
Read data set into R using readr library and read_csv() function.
Show first 100 rows of dataset.
Show summary of dataset.
-
````R
---
title: "autoWidth garbled"
output: flexdashboard::flex_dashboard
---
```{r}
library(tidyverse)
library(DT)
datatable(mtcars %>% as_tibble() %>% select(1:4),
options = l…
-
Hi there, can someone explain to me if:
`Error in renderPlot({ : could not find function "renderPlot"`
is possible. Even after:
install.packages( "shiny" )
install.packages( "flexdashboard" …
-
- minimize external requirements
- port over existing RMDs to flexdashboard
- consider (despite the name) https://echarts4r.john-coene.com/articles/chart_types.html#gauge-1
- incorporate rscpages f…
-
I am trying to combine `flexdashboard` with Shiny state bookmarking. When used alone (example from the docs) Shiny app works fine, but when put in flexdasboard, url is not updated:
---
titl…