-
Hi, I would expect to create a responsive fullscreen map in shiny via:
```
# ui
-
https://github.com/dreamRs/shinyWidgets/issues/484#issuecomment-1082310436
```r
# ui.R
HTML(readLines('ryo-en.html'))
includeHTML('www/ryo-en.html')
```
Tried above doesn't work which faced …
-
Refactor code for server and ui
-
百度地图比例尺不对,数据经纬度和地图经纬度对不上
-
Hello,
I try to plot dynamic graphs in a simple dashboard page, here a simple example:
**ui.r part**
```
library(shiny)
library(ggplot2)
library(plotly)
library(shinydashboard)
ui
>…
ochee updated
6 months ago
-
Good afternoon.
First off this is a beautiful package and is hugely useful.
I like to guide the user by using boxes and collapsing/uncollapsing the next element as they travel through the app.
…
-
I am using awesome markers with leaflet in a dashboard shiny app. When the app loads, the sidebar tab icons from Font Awesome are rendering correctly. However, once the awesome markers are loaded the …
-
Dear Damaris and Christian,
I've just run the **ODMAP** shiny app and apparently the functions `renderDT()` and `DTOutput()` cannot be found using my `shiny` package version 1.5 in `R` version 4.0.…
-
Is it possible to add the logout button in the User panel of the shinydashboardPlus' dashboardUser interface? When adding the button as it is, the button is not visible. Builing an own function withou…
-
I have 2 tables one containing the tab name and its corresponding key and other table containing the data for which i will plot the data.
Here is 1st table
+-----------+---------…