biouml.get {rbiouml} | R Documentation |
biouml.get
fetches table data from BioUML server
biouml.get(path)
path |
Path to table in BioUML repository |
A data frame (data.frame
) representation of BioUML table from 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()
## End(Not run)