biouml.put {rbiouml} | R Documentation |
Put data.frame to BioUML repository
Description
biouml.put
stores data.frame in BioUML repository
Usage
biouml.put(path, value)
Arguments
path |
Path in BioUML repository |
value |
data.frame to store |
Examples
## 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)
[Package rbiouml version 1.11 Index]