Reading CSV into Shiny and generating a ggplot

Hi All,

I'm new to SHINY. I can't figure it our how can I make the shiny application to read my csv file with columns age, name, salary, designation. Should I use read.csv or any other function? Should I write it in ui.R or server.R? Also what function should I use to generate a plot between age and salary? Thanks in Advance.

Sure, why not?

Yes, the server part.

You should study plotting by reading the data visualization section in the free book "r 4 data science" , Google will find it.

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