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
I tried trim(). It works well with white spaces as well as the '\n'.
x = '\n Harden, J.\n ' trim(x)