biouml.get: Fetch BioUML table

Description Usage Arguments Value Examples

View source: R/biouml.R

Description

biouml.get fetches table data from BioUML server

Usage

1
biouml.get(path)

Arguments

path

Path to table in BioUML repository

Value

A data frame (data.frame) representation of BioUML table from path.

Examples

1
2
3
4
5
6
7
8
## 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)

rbiouml documentation built on Aug. 10, 2021, 9:06 a.m.