biouml.get {rbiouml}R Documentation

Fetch BioUML table

Description

biouml.get fetches table data from BioUML server

Usage

biouml.get(path)

Arguments

path

Path to table in BioUML repository

Value

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

Examples

## 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)

[Package rbiouml version 1.11 Index]