I am building one Application using "shiny" package in R. I am passing the path of input .csv file into textInput component which is getting loaded into Dataframe at serverside. Now I want to apply sequence of operation on this data like convert to lowercase, remove punctuation and write it back to .csv file.
can anybody tell me how it is doable in R?