Mimmic Excel Features How to do MID, RIGHT an LEFT in R MID(), LEFT() and RIGHT() make it easy to extract parts of strings in Excel. Let’s see how we apply those in R. Using substr() Let’s start with a simple example …