Domino Data API for interacting with Domino Data Sources.
You can install the latest release directly from CRAN
install.packages("DominoDataR")
You can install the development version of DominoDataR like so:
install.packages("remotes")
::install_github("dominodatalab/DominoDataR") remotes
The Domino Data R library depends on the Python library. You can install it manually or use the included helper function:
::py_domino_data_install() DominoDataR