Skip to contents

Obtain a table listing species added to a specific project in WildTrax

Usage

wt_get_project_species(project_id)

Arguments

project_id

The project_id of the WildTrax project

Value

A data frame listing an Organizations' locations

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)
} # }