Pulls detections data from a specified ERDDAP table based on a list of study IDs.

pull_detections_data_from_ERDDAP(study_id)

Arguments

study_id

A character study IDs. For all ERDDAP valid study IDs see ?pull_study_ids_from_ERDDAP()

Value

A dataframe containing detections data from the ERDDAP table.

Details

This function retrieves detections data from the 'FED_JSATS_detects' ERDDAP table based on the provided list of study IDs. It constructs a query to filter detections by the specified study IDs and fetches the corresponding data from the ERDDAP server.

Examples

# Define a list of study IDs
study_id <- "study_id_1"

# Pull detections data based on study IDs
detections_data <- pull_detections_data(study_id)
#> Error in pull_detections_data(study_id): could not find function "pull_detections_data"