Skip to content
forked from cpfaff/rBExIS

Exchange data and metadata between R and BExIS II

Notifications You must be signed in to change notification settings

romangerlach/rBExIS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rBExIS

A package to exchange data and metadata in between R statistics and instances of the BExIS II data managemet workbench.

Install

# install devtools
install.packages("devtools")
# install rBExIS package from github
library(devtools)
install_github("cpfaff/rBExIS", subdir = "rBExIS")

Download functionality

  • Get single and multiple datasets
bexis.get.dataset_by(id=xy)

The id you find in the url of the dataset?

Upload functionality

  • Upload new or update existing datasets

Access Metadata

  • ...

Contribute

  • Fork
  • Implement/Fix
  • Send pull request
  • Wait and pray!

About

Exchange data and metadata between R and BExIS II

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%