I am new to shiny applications. I have R script that produces some tables and PCA plots, and I work to include this code inside a shiny application. Could you guide me on how to do that? I know I should use source(R script), but how to produce the tables and PCA plots as html inside the shiny application and how to download them as pdf.
Thanks in advance.
there are a number of resources online for learning to build Shiny Apps. I recommend working through the lessons at https://shiny.rstudio.com/tutorial/#get-started as a starting point.