Strip html tags from vec and potentially stringr::str_squish() to remove excessive newlines and whitespace.
Arguments
- vec
Character vector where html tags shall be removed from.
- squish
If excessive newlines and whitespace shall be removed from stripped text. Uses
stringr::str_squish().