We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Olá Diogo, tudo bom?
Puxa, testei aqui e realmente há um erro para fazer o download pelo R ou mesmo o wget do terminal linux...
Cara, pedimos desculpas, quando compilamos o livro pela última vez (abril ou maio de 2022) estava funcionando.
A solução no momento é fazer o download pelo navegador da internet mesmo.
Tentarei achar uma solução.
Obrigado pelo contato.
Abs!
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: