I want to insert a string into an url
library(RCurl)
myfile <- getURL('http://www.football-data.co.uk/mmz4281/',INSERT_STRING_HERE,'/E0.csv')
Is there a way to insert string into an url? Thank you
I want to insert a string into an url
library(RCurl)
myfile <- getURL('http://www.football-data.co.uk/mmz4281/',INSERT_STRING_HERE,'/E0.csv')
Is there a way to insert string into an url? Thank you