Coursera - Getting and Cleaning Data - Week 1 - Downloading Files

Get/set your working directory in R using getwd() and setwd().

Check for and create directories using file.exists("directoryName") and dir.create("directoryName")

Getting data from the internet using download.file(url="", destfile="", method="curl")

Published January 13, 2015