knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

BusinessObjects r emo::ji("bar_chart")

This packages is an API wrapper of the SAP Business Objects API for the R language. It allows to connect R to SAP Business Objects to automate and build multiple workflows from within R.

Installation

You can install the latest release of this package from Github with the following commands in R:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("matbmeijer/BusinessObjects")

Current functionalities r emo::ji("wrench")

Documentation

Code of Conduct

Please note that the 'BusinessObjects' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

This package will probably never see CRAN as SAP Business Objects is not open source. Nonetheless, all the code here follows the following licensing: MIT © Matthias Brenninkmeijer



matbmeijer/BusinessObjects documentation built on June 20, 2020, 10:43 a.m.