Hi,
In R desktop, I often use gsub to replace string characters. However I found that in R studio cloud, gsub can not recognise white space with any syntax such as "\s", " ", or "[[:space:]]". In R desktop, everything is OK.
Any ideas why and how to fix this?
Thanks!