How do I handle uploaded data (making a summary, saving as a dataframe)

So I made an Rscript with all the plots I want to make and with all the code to manipulate the data.

In normal R you can upload a file and make it in to a dataframe. How can I handle this in shiny? Or is there a better way to work around it?

When I upload a file and read the as csv using datapath. I'm able to create a table but once i have to create a plot, I cant find a way to get to the column name so i can't plot it. (i cant find how to select the x and y-axcis i want).

I know how to upload data but I don't know what to do with it once I uploaded it. And how to ge to it.

Hope you understand what I mean thanks in advance,

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