stringfix : adding transcoder shiny app
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
![](https://i1.wp.com/guillaumepressiat.github.io/images/transcoder_1.png?w=80%25&ssl=1)
Transcoder : Shiny app to tranpose lists to columns (and reciprocally) and formatting tricks
Often I have to take a character list or column and put it in a vector, which means before I have to add quotes. It takes times.
For me and my colleagues I have created the transcoder shiny app. The main goal is to facilitate formatting list of strings (make a vector from a list, from an Excel column, add quotes, put in pipe R format, or in SQL like, etc.).
You can run the app within stringfix
package :
stringfix::run_transcoder()
You may have to reinstall the package :
devtools::install_github('GuillaumePressiat/stringfix')
You can also view and explore this little app running on shinyapps.io here.
For instance, here is a screenshot of the app that put a column in grepl pipe format:
![](https://i0.wp.com/guillaumepressiat.github.io/images/transcoder_2.png?w=80%25&ssl=1)
Other things about stringfix package
I have added a page to present all the functions here.
![](https://i1.wp.com/guillaumepressiat.github.io/images/stringfix_functions.png?w=50%25&ssl=1)
Three functions in stringfix package are for pasting. From here, you may discover another package that propose to paste strings with infix operators, it’s the pasta
package !
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.