Hi! I need to find the position of the last character (could be empty space) of a vector of text files (my.text.vector) that I have read into R. I tried Google, but all I have found needs a pattern.
I tried the following as.integer(regexpr("??", my.text.vector) but it returns 1 or even the correct number, but not consistently. I understand that ?? is an operator, thus should not be used but itself. Any ideas? Thanks, Henri-Paul -- Henri-Paul Indiogine Curriculum & Instruction Texas A&M University TutorFind Learning Centre Email: hindiog...@gmail.com Skype: hindiogine Website: http://people.cehd.tamu.edu/~sindiogine ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.