#Run as Shiny app on local R installation after ensuring any required packages are installed. #Copy the text below into RStudio/RGui or other R interface:
#Required packages:shiny,RSQLite,data.table and DT library(shiny) library(RSQLite) library(DT) library(data.table) runUrl('https://www.metabolomicsworkbench.org/data/RefMet_Name_search.zip') |