python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error: File header.tex not found in resource path in a rmarkdown generated pdf report from a shiny app
Update at the end!
This is a follow up question of this:
How to pass a reactive plot generated in Shiny to Rmarkdown to generate dynamic reports
I would like to generate a header with a logo using a t...
TarJae
Votes: 0
Answers: 0
Docker can't find leaflet when deploying r shiny app
I've seen a few other posts about the same issue, but no clear solution from any of them.
When running docker build -t test-shiny ., I get the following error when running the docker image locally:
Er...
Hana
Votes: 0
Answers: 0
Shiny feedbackDanger doesnt work inside eventReactive where function is called
I am begginer in shiny an I am stucked adding feedback in my app.
I have tried a few things like write this code inside the eventReactive function like use the function feedBackDanger.
Below, there is...
amartinez
Votes: 0
Answers: 1
Shiny: how to make a reactive input for a conditional filter in this case?
Recently I was changing the options of a DT::datatable and because I had to use formatCurrency, I was taking the datatable function outside of renderDataTable. In this case my dynamic filter by the Al...
Leonhard Geisler
Votes: 0
Answers: 1