Excel’s LEFT, RIGHT and MID in R
LEFT() and RIGHT() are probably the most used string functions within Microsoft Excel (or other spreadsheet software). Many people who make the transition to R wonder where to find these functions. Short story: they’re not available out-of-the-box. However, why not create them yourself or find a library that suits your…