I am having some troubles with leading and trailing white space in a data.frame.
For example, I like to take a look at a specific row in a data.fra
row
data.fra
As of R 3.2.0 a new function was introduced for removing leading/trailing white spaces:
trimws()
See: Remove Leading/Trailing Whitespace