Learn R Programming

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()

Copy Link

Version

Install

install.packages('DominoDataR')

Monthly Downloads

192

Version

0.2.3

License

Apache License (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Gabriel Haim

Last Published

August 17th, 2023

Functions in DominoDataR (0.2.3)

load_oauth_credentials

Load OAuth Credentials
add_credentials

Add credentials override for the right datasources
add_override

Add override configuration values
py_domino_data_install

Install domino_data Python package
object_http

HTTP requests for Object Stores
datasource_client

Create a client to Domino datasources
put_object

Upload an object to a datasource
get_object

Retrieve an object from a datasource
load_aws_credentials

Load AWS Credentials
list_keys

List the keys starting with prefix in an object store
save_object

Save an object from a datasource to a local file
upload_object

Upload a file to a datasource
query

Query a datasource and returns an arrow Table
py_select_interpreter

Tell reticulate to use Python Conda version available on Domino Data Lab.