
Retrieve Relief Data from the GlobalArchive API
ga_api_relief.Rd
This function retrieves habitat data from a GlobalArchive synthesis using an API call. It processes the data to include relevant species information by merging with a benthic species list.
Value
A data frame containing habitat data retrieved from the GlobalArchive API. The data frame includes species information merged from the benthic species list.
Examples
if (FALSE) { # \dontrun{
# Retrieve relief metadata from a synthesis
relief <- ga_api_relief(username = "your_username", password = "your_password",
synthesis_id = "your_synthesis_id")
print(relief)
} # }