get_study_files: Get Study Files

Description Usage Arguments Value Examples

View source: R/get_study_files.R

Description

Retrieve the names and type of all files that have been deposited with the public study. If raw_data is TRUE then details of raw data files(ie, .mzML) are also returned.

Usage

1
get_study_files(study_id, raw_data = FALSE)

Arguments

study_id

A character string of a valid MTBLS study id

raw_data

logical; if TRUE then raw data file info is also returned. (Default is FALSE)

Value

a tibble of file info

Examples

1
get_study_files('MTBLS375', raw_data = FALSE)

metabolighteR documentation built on Feb. 10, 2022, 1:09 a.m.