Data cleaning can be a challenge, so I hope this helps the process for someone out there. This is a tiny, but valuable function for…
Learning Resource for R
Data cleaning can be a challenge, so I hope this helps the process for someone out there. This is a tiny, but valuable function for…
This function is really only useful for those of us who try to rapidly develop a script to give our output, whether it is a…
Notice jsonlite has a stream_in() function that works much better and faster. Do not use this I ended up writing this while working on a…
Long story short, I need to convert a pretty simple OR search to a non-directional AND keyword search. Direction is straightforward, with just using [.*?]…
This is VERY simple R function that when ran turns your R session into a websocket server. For this example it returns the standard deviation…
This little function returns the vector of each word found before the end of a sentence. I ended up writing this for a pet project…
I ended up creating this piece of code while working on the sift package. I couldn’t find a simple function to convert tables and dataframes…