I have been looking around for a while now and can not seem to find the answer to this question: Can we produce interactive plots (meaning the user provides x and y fields of a dataset to be graphed) without having R running in the users console.
I would prefer something that does not require a server to run it. Just a static html page which lets us interact and plot graphs? Can R HTML widgets do this? (I can not upload the data, but we have a shared dropbox that contains the data). I know shiny R lets other users interact with the graph however to deploy it I need to upload it on cloud or a server which is not what I want.
Please let me know, any help would be appreciated, thank you.