Skip to main content

All Questions

1 vote
0 answers
315 views

Failed to load resource: the server responded with a status of 404 (Not Found)-Rmarkdown dashboard

I am trying to have a dashboard load unto a website from a markdown document. The problem is only the dashboards are not loading up while the other graphs do. The code is as follows: title: "...
kokolobido 's user avatar
1 vote
0 answers
149 views

Upload data from shiny dashboard and download R markdown html file with select input in html file

How to download R markdown html file report with select input in the html file once the user uploads a data in to the shiny and click on Generate Report the User will be able to download data table ...
aahlaad musunuru's user avatar
0 votes
0 answers
236 views

Why is markdown R package required error in Shiny app?

I am recently deploying my shiny app on Shinyapps.io. But I got the following error: Warning: Error in loadNamespace: there is no package called ‘markdown’ I do use rmarkdown package, but I did not ...
Wang's user avatar
  • 1,420
1 vote
1 answer
65 views

How to display borders in a downloaded word doc file that contains iris data in shiny?

I want to create a shiny app that downloads some data in a word file. It should have a proper table format with borders like this. This is not the same table i am using but what i essentially mean is ...
ujjwal tyagi's user avatar
0 votes
1 answer
363 views

How to use a value box of two inputs using Rshiny and Rmarkdown? R

My goal is to get a value box to update using some inputs I have. Here is my code --- title: "Untitled" output: flexdashboard::flex_dashboard: orientation: columns vertical_layout:...
RL_Pug's user avatar
  • 827
0 votes
0 answers
49 views

Selected output elements not pass to rmd document in downloadHandler

I'd like to create a pdf document with the actual output of my dashboard and some additional elements: titlePanel(title="My Map Dashboard") inputId = "Dates selection" output$...
Leprechault's user avatar
  • 1,707
1 vote
1 answer
1k views

Passing parameters through an RMarkdown document?

I am looking to create unique/individual reports for a given list of vendors. The ideal output format would be a seperate html file of the given vendors information. The issue is that I am having ...
Jaskeil's user avatar
  • 1,160
1 vote
1 answer
883 views

How can you make customized downloadable reports in r shiny?

So basically, my app has 10 different tables and graphs being generated for the user as results. Now, what I want to do is, display a checklist for the user and then ask the user to select the items ...
Mriti Agarwal's user avatar
6 votes
1 answer
1k views

How to have another row in my Flexdashboard if I'm using {.tabset}? R

Here is how my dashboard template looks. I have a {.tabset} to show two different tables for Dec 2020 & Jan 2020. But the table is not as long as the area generated and really only reaches half of ...
RL_Pug's user avatar
  • 827
5 votes
1 answer
1k views

Including a HTML file rendered from RMarkdown in R Shiny apps using shinydashboard is causing tabItems to break

Problem When including a HTML document rendered from RMarkdown in a ShinyApp using shinydashboard, the HTML document is only rendered correctly when the setting "self_contained:" in the YAML ...
ZekeMarshall's user avatar
0 votes
2 answers
3k views

Add picture in dashboardHeader

I need your help for my R shiny application. I want to add a logo near the title in dashboardHeader. The logo don't display in the page. Can you help me ? Thanks in advance. This is the code : library(...
Pinkette's user avatar
2 votes
0 answers
746 views

Trying to download PDF using RMarkdown in a Shiny App

I am trying to generate a report in PDF out of a Shiny App. I have two issues: Report not downloading in PDF, just HTML. How do I download it on PDF? Report not showing what was rendered (ggplotly ...
user284437's user avatar
0 votes
0 answers
35 views

Can I use RShiny to open RMarkdown Files?

Is there a way I can embed RMarkdown documents in an RShiny app? That way when someone clicks on the document it opens in a new window? I know it's straightforward to embed RShiny into RMarkdown ...
Kevin Gregory's user avatar
0 votes
1 answer
489 views

Update shiny table from a file input

I am trying to create a shiny/flexdashboard in which the table can be refreshed by uploading a new file. The code below is a simple dashboard with a table (using formattable) that is first loaded ...
Michael's user avatar
  • 2,526
0 votes
0 answers
1k views

Popup window in a parameterized HTML report RMarkdown

This is a follow-up question from this nice answer here. I would like to have a parameterized HTML report in this shiny app including the popup window in each row. In the code below you can find the ...
FMM's user avatar
  • 1,995

15 30 50 per page