Domino Data API for interacting with Domino Data Sources.
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.
On unix systems this should be installed automatically when
{DominoDataR}
is installed. You can also install it
manually:
::py_domino_data_install() DominoDataR