Skip to content

Commit

Permalink
other place there was a hard cap
Browse files Browse the repository at this point in the history
  • Loading branch information
wcornwell committed Apr 24, 2024
1 parent 4fe059c commit 1817165
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/release.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ download_taxonomic_resources_for_release<- function(version_name = NULL, path =
APC <-
readr::read_csv(
"https://biodiversity.org.au/nsl/services/export/taxonCsv",
n_max = 110000,
col_types =
readr::cols(
.default = readr::col_character(),
Expand All @@ -43,7 +42,6 @@ readr::write_csv(APC, file = paste0(path,"apc.tar.gz"))
APNI <-
readr::read_csv(
"https://biodiversity.org.au/nsl/services/export/namesCsv",
n_max = 140000,
col_types =
readr::cols(
.default = readr::col_character(),
Expand Down

0 comments on commit 1817165

Please sign in to comment.