Dear all,
Is there any R function to say these 2 character strings "temp" and " temp"
are actually same? If I type following code R says there are indeed different :
> "temp" == " temp"[1] FALSE
Is there any way out?
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.