Learn R Programming

rbiouml (version 1.11)

biouml.put: 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

Run this code
# 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()
# }

Run the code above in your browser using DataLab