biouml.put: Put data.frame to BioUML repository

Description Usage Arguments Examples

View source: R/biouml.R

Description

biouml.put stores data.frame in BioUML repository

Usage

1
biouml.put(path, value)

Arguments

path

Path in BioUML repository

value

data.frame to store

Examples

1
2
3
4
5
6
7
8
## Not run: 
## put data.frame into BioUML repository
x <- data.frame(A=1:10,B=LETTERS[1:10])
biouml.login("https://ict.biouml.org")
biouml.put("data/Collaboration/Demo/Data/Rtest/test_df", x)
biouml.logout()

## End(Not run)

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