biouml.export {rbiouml}R Documentation

Export data from BioUML

Description

biouml.export exports data from BioUML server to local file in given format

Usage

biouml.export(path, exporter="Tab-separated text (*.txt)",
                     exporter.params=list(), target.file="biouml.out")

Arguments

path

path in BioUML repository

exporter

character string specifying format, biouml.exporters provides possible values

exporter.params

list of parameters to exporter

target.file

a character string naming a file to export to

Value

None (invisible NULL).


[Package rbiouml version 1.11 Index]