Closed wcornwell closed 1 year ago
Send like you're close. Post your code
Banksia <- galah_call() |> galah_identify("Banksia") |> atlas_occurrences() result |> head()
This part:
Banksia <- galah_call() |>
galah_identify("Banksia") |>
atlas_occurrences()
works for me, i get a download of 149,985 records
It must be to do with my computer then
I tried using the uni computers to as I think the problem may be with my Mac but it says that galah doesn't have a version for the version of R that is being used so I'm trying to work out how to use earlier versions.
try:
install.packages("remotes")
remotes::install_github("AtlasOfLivingAustralia/galah")
on either machine.
I have the code to pull from galah but it's saying there is an error:
Error in parse_url(status$statusUrl) : length(url) == 1 is not TRUE
I'm trying to find how to fix this still but I haven't found anything yet.