If the data file is available on the web, you can load it directly into R, instead of downloading and saving it locally before loading it into R:
> dat <- read.csv("http://www.exploredata.net/ftp/WHO.csv")