Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 621 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 621 Bytes

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!