Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominodatalab/dominodatar
https://github.com/dominodatalab/dominodatar
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dominodatalab/dominodatar
- Owner: dominodatalab
- License: other
- Created: 2022-08-18T21:47:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T18:14:14.000Z (10 months ago)
- Last Synced: 2024-02-23T19:29:12.506Z (10 months ago)
- Language: R
- Size: 61.5 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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()
```