Description Usage Arguments Examples
biouml.put
stores data.frame in BioUML repository
1 | biouml.put(path, value)
|
path |
Path in BioUML repository |
value |
data.frame to store |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.