powered by
biouml.get fetches table data from BioUML server
biouml.get
biouml.get(path)
Path to table in BioUML repository
A data frame (data.frame) representation of BioUML table from path.
data.frame
path
# NOT RUN { ## fetch table from public BioUML server biouml.login("https://ict.biouml.org") x <- biouml.get("data/Examples/Optimization/Data/Experiments/exp_data_1") head(x) biouml.logout() # }
Run the code above in your browser using DataLab