Hi All
I waste two hours of my life trying to paste a website url together with a vector in between
eg paste0("first_half_of_url",x,"second_half_of_url").
The second half of the url string was very long and I placed it on a single line on Rstudio, this caused some error message about an unexpected symbol.
Once the string was spread over 20 lines and all in view it was fine, can anybody shed some light on why for myself and other less experienced muppets?
Also just a shout out to all those who answer these questions, as hacks like myself would have given up long ago without the support that I find accross all of these programming communities.