Description
'Domino Data R SDK'.
Description
A wrapper on top of the 'Domino Data Python SDK' library. It lets you query and access 'Domino Data Sources' directly from your R environment. Under the hood, 'Domino Data R SDK' leverages the API provided by the 'Domino Data Python SDK', which must be installed as a prerequisite. 'Domino' is a platform that makes it easy to run your code on scalable hardware, with integrated version control and collaboration features designed for analytical workflows. See <https://docs.dominodatalab.com/en/latest/api_guide/140b48/domino-data-api> for more information.
README.md
DominoDataR
Domino Data API for interacting with Domino Data Sources.
Installation
Via CRAN
You can install the latest release directly from CRAN
install.packages("DominoDataR")
Via 'remotes' or 'devtools'
You can install the development version of DominoDataR like so:
install.packages("remotes")
remotes::install_github("dominodatalab/DominoDataR")
Prerequisite
The Domino Data R library depends on the Python library. You can install it manually or use the included helper function:
DominoDataR::py_domino_data_install()