trim {gdata} | R Documentation |
Remove leading and traling spaces from character strings
trim(s)
s |
character string(s) to be processed |
Elements of s
with all leading and traling spaces removed.
Gregory R. Warnes gregory_r_warnes@groton.pfizer.com
s <- " this is an example string " trim(s)