Transfer DF to Rmd for Generate Report in Shiny

Hi,

I want to generate a report using Shiny. My Shiny, CSV and Rmd files are in the same folder. I read CSV when I work with Shiny and it works. I want to use same dataframe when for my Rmd report but I can not. To use same dataframe, I try to read CSV but Rmd can't find CSV.

I used same code as below:

https://shiny.rstudio.com/articles/generating-reports.html

Thank you.

Try using here::here to avoid having to provide the full pathname of your file.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.