SyntaxFix
Write A Post
Hire A Developer
Questions
Use this function from stringi package
stringi
> x <- 'hello stackoverflow' > stri_sub(x,2) [1] "ello stackoverflow"