String Manipulation Package for Those Familiar with 'Microsoft Excel'
forstringr: String Manipulation Package for Those Familiar with 'Micro...
Length of an object
Dynamic plot labels using glue operators
Extract strings before or after a given pattern
Returns a substring from the beginning of a specified string
Returns a segment of character strings
Returns a substring from the end of a specified string
Remove extra spaces in a data frame
Extract the result of a positional split string
Convert string to title case
The goal of 'forstringr' is to enable complex string manipulation in R especially to those more familiar with LEFT(), RIGHT(), and MID() functions in Microsoft Excel. The package combines the power of 'stringr' with other manipulation packages such as 'dplyr' and 'tidyr'.
Useful links