Identify current working directory
getwd()
Set working directory
setwd()
setwd("D:/Workingdirectory")
Download file to your local directory
URL <- https:="" p="" s3-xxxx="" testr.csv="" xxxxxx="">
download.file(URL, destfile = "data.csv", method="curl")->
getwd()
Set working directory
setwd()
setwd("D:/Workingdirectory")
Download file to your local directory
URL <- https:="" p="" s3-xxxx="" testr.csv="" xxxxxx="">
download.file(URL, destfile = "data.csv", method="curl")->
Comments