A package to exchange data and metadata in between R statistics and instances of the BExIS II data managemet workbench.
# install devtools
install.packages("devtools")
# install rBExIS package from github
library(devtools)
install_github("cpfaff/rBExIS", subdir = "rBExIS")
- Get single and multiple datasets
bexis.get.dataset_by(id=xy)
The id you find in the url of the dataset?
- Upload new or update existing datasets
- ...
- Fork
- Implement/Fix
- Send pull request
- Wait and pray!