stringi

Four ways to reverse a string in R

R offers several ways to reverse a string, include some base R options. We go through a few of those…

5 years ago

Speed Test: Sapply vs. Vectorization

The apply functions in R are awesome (see this post for some lesser known apply functions). However, if you can…

5 years ago