View source: R/get_isa_investigation.R
get_isa_investigation | R Documentation |
Retrieve the ISA Investigation for a specified Metabolights Study
get_isa_investigation(study_id)
study_id |
A character string of a valid MTBLS study id |
the ISA-tab Investigation output
## Not run:
ISA <- get_isa_investigation('MTBLS375')
writeLines(isa_investigation_parse, con = paste0('outpath/ISA.txt'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.