get_isa_investigation: Get ISA Investigation File

View source: R/get_isa_investigation.R

get_isa_investigationR Documentation

Get ISA Investigation File

Description

Retrieve the ISA Investigation for a specified Metabolights Study

Usage

get_isa_investigation(study_id)

Arguments

study_id

A character string of a valid MTBLS study id

Value

the ISA-tab Investigation output

Examples

## Not run: 
ISA <- get_isa_investigation('MTBLS375')
writeLines(isa_investigation_parse, con = paste0('outpath/ISA.txt'))

## End(Not run)

wilsontom/metabolighteR documentation built on Feb. 27, 2024, 7:58 p.m.