powered by
Truncate Characters from the Left
left(x, n)
substring
can be number, strings, verctors, dataframe or matrix.
length
left("abcd",3) left(c("abc","gjh"),2) df = data.frame( a = c(123,234,456), b = c("abc","bcd","hjg") ) left(df,2)
Run the code above in your browser using DataLab