Retrieve summary information for one or all studies in the Metabolomics Workbench database.
Examples
if (FALSE) { # \dontrun{
client <- mw_rest_client()
# Get all studies
all_studies <- get_study_summary(client)
# Get specific study
study_info <- get_study_summary(client, study_id = "ST000001")
} # }
