Eliminar todos los espacios de Whits -shits r
x = " string "
trimws(x)
x
# [1] "string"
marcofaga
x = " string "
trimws(x)
x
# [1] "string"