Skip to content

Commit

Permalink
test_RLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jupinator committed Sep 6, 2024
1 parent 4ceb657 commit 472bbe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ print(token)

UICN_spList<- data.table::fread(input$species_data) %>% as.data.frame()

IUCN_historyAssesment_data <- pbapply::pblapply(UICN_spList[,input$sp_col][1:10], function(x) {
IUCN_historyAssesment_data <- pbapply::pblapply(UICN_spList[,input$sp_col], function(x) {
tryCatch({
rredlist::rl_history(name = x, key = token)$result %>%
dplyr::mutate(scientific_name= x)
Expand Down

0 comments on commit 472bbe1

Please sign in to comment.