Skip to contents

Retrieve the complete data matrix for a specific study, including metabolite measurements across all samples.

Usage

get_study_data(client, study_id)

Arguments

client

An mw_rest_client object

study_id

Character. Study ID

Value

Tibble containing the study data matrix

Examples

if (FALSE) { # \dontrun{
client <- mw_rest_client()
data_matrix <- get_study_data(client, "ST000001")
} # }