get_study_files: Get Study Files

View source: R/get_study_files.R

get_study_filesR Documentation

Get Study Files

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

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

get_study_files('MTBLS375', raw_data = FALSE)

aberHRML/metabolighteR documentation built on March 1, 2024, 7:31 a.m.