biouml.ls: List data elements by path

Description Usage Arguments Value Examples

View source: R/biouml.R

Description

biouml.ls lists children data elements by path in BioUML repository

Usage

1
biouml.ls(path, extended=F)

Arguments

path

Path to data collection in BioUML repository

extended

whether to return additional attributes for each children

Value

If extended is FALSE a character vector with child names, otherwise a data frame (data.frame) with row.names corresponding to child names and columns hasChildren and type.

Examples

1
2
3
4
5
6
7
## Not run: 
## list databases available in public BioUML server
biouml.login("https://ict.biouml.org")
biouml.ls("databases")
biouml.logout()

## End(Not run)

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