R/utils.R
left.Rd
Left Part of a String
left(x, n)
vector of character
number of characters to be kept from the beginning of each character string within x
x
left("Good Morning", 4) #> [1] "Good"