generated from jtr13/bookdown-template
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
O código abaixo me retorna um fatal error
download.file(url = "https://esajournals.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Fecy.2392&file=ecy2392-sup-0001-DataS1.zip", destfile = "atlantic_amphibians.zip", mode = "auto")
Tentei uma função alternativa:
library(curl)
curl_download("https://esajournals.onlinelibrary.wiley.com/action/downloadSupplement?doi=10.1002%2Fecy.2392&file=ecy2392-sup-0001-DataS1.zip", destfile = "atlantic_amphibians.zip")
Porém, me retorna um erro. Talvez o link nao exista mais.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels