Skip to content

Instantly share code, notes, and snippets.

@DATAUNIRIO
Created April 29, 2021 17:56
Show Gist options
  • Save DATAUNIRIO/f96f3dd50d894368f9b5762d18955690 to your computer and use it in GitHub Desktop.
Save DATAUNIRIO/f96f3dd50d894368f9b5762d18955690 to your computer and use it in GitHub Desktop.
Para download no R para SER
for (i in numeroEntidade) {
url <- paste0(Parte1,i,Parte2)
local2<-paste0(local,i,".xls")
Sys.sleep(3)
##Download the file
download.file(url, local2, mode="wb")
print(i)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment