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
You can install the development version of DominoDataR like so:
install.packages("remotes")
remotes::install_github("dominodatalab/DominoDataR")
The Domino Data R library depends on the Python library. On unix systems this should be installed automatically when {DominoDataR}
is installed. You can also install it manually:
DominoDataR::py_domino_data_install()