[R] i dont know what function do i have to make for ("The number of lines in the body of the email")

mlell08 mlell08 at googlemail.com
Wed Mar 21 10:29:09 CET 2012


Perhaps R's function readLines is the right thing for you.
AFAIK it returns a vector of strings containing the lines of th email.
Or you could try to count the occurence of the newline character '\r'
(Unicode 0xA)

Regards!



More information about the R-help mailing list