Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dominodatalab/dominodatar


https://github.com/dominodatalab/dominodatar

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# DominoDataR

[![R-CMD-check](https://github.com/dominodatalab/DominoDataR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dominodatalab/DominoDataR/actions/workflows/R-CMD-check.yaml)
![cran-check](https://badges.cranchecks.info/summary/DominoDataR.svg)

Domino Data API for interacting with Domino Data Sources.

## Installation

### Via CRAN

You can install the latest release directly from CRAN

``` r
install.packages("DominoDataR")
```

### Via 'remotes' or 'devtools'

You can install the development version of DominoDataR like so:

``` r
install.packages("remotes")
remotes::install_github("dominodatalab/DominoDataR")
```

## Prerequisite
The Domino Data R library depends on the [Python
library](https://pypi.org/project/dominodatalab-data/). You can
install it manually or use the included helper function:

``` r
DominoDataR::py_domino_data_install()
```