Useful R functions
Here I list some of my own and others R functions that may be useful for you. These are the results of different problems that I have ecountered during my work.
How to use plotly graphs in shiny apps
Click the link below to learn how to use plotly with shiny:
Separate full name into two columns
During my work with customer satisfaction surveys I need to have the first and last name separated into two columns. Sometimes, however, I get the names in one column. When having about 2000 names you do not want to separate the first and last name by hand. Therefore I wrote the function below so I would not have too.
Get the function at Github