Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/datawookie/foozzz


https://github.com/datawookie/foozzz

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# DominoDataR

Domino Data API for interacting with Data features.

## Installation

You can install the development version of DominoDataR like so:

``` r
library(devtools)
install_github("dominodatalab/r-domino-data")
```

The Domino Data R library depends on the [python library](https://pypi.org/project/dominodatalab-data/). Make sure it is installed in your environment or use the following command:

```r
library(reticulate)
py_install("dominodatalab-data")
```