
Get project-species from WildTrax project
wt_get_project_species.Rd
Obtain a table listing species added to a specific project in WildTrax
Examples
if (FALSE) { # \dontrun{
# Authenticate first:
wt_auth()
my_project <- wt_get_download_summary(sensor_id = 'ARU') |>
filter(grepl('Ecosystem Health 2023',project)) |>
pull(project_id)
wt_get_project_species(project_id = my_project)
} # }