Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hansvancalster committed Feb 13, 2024
1 parent a2e60c5 commit 78dbfdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/r/check_presence.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ check_presence <- function(
}
}

# Map over scientific names and check occurrence data for the current country
# Map over scientific names and check occurrence data for the current
# country
country_presence <- purrr::map_lgl(scientific_names, check_occurrence)

# Update presence vector with results for the current country
Expand Down

0 comments on commit 78dbfdc

Please sign in to comment.