Pulls unique study IDs from a specified ERDDAP table.

pull_study_ids_from_ERDDAP()

Value

A character vector containing unique study IDs.

Details

This function retrieves unique study IDs from the 'FED_JSATS_detects' ERDDAP table. It fetches the data from the specified ERDDAP server URL and extracts the 'study_id' field, ensuring uniqueness of the study IDs.

Examples

# Pull study IDs from ERDDAP
study_ids <- pull_study_ids_from_ERDDAP()
#> Error in pull(tabledap("FED_JSATS_detects", fields = "study_id", url = "https://oceanview.pfeg.noaa.gov/erddap/"),     study_id): could not find function "pull"