I am using rvest to parse a website. I\'m hitting a wall with these little non-breaking spaces. How does one remove the whitespace that is created by the
rvest
I was able to remove spaces at the beginning and end of strings with mystring %>% stringr::str_trim().
mystring %>% stringr::str_trim()