Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datawookie/foozzz
https://github.com/datawookie/foozzz
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/datawookie/foozzz
- Owner: datawookie
- License: other
- Created: 2022-11-18T08:17:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T08:18:00.000Z (about 2 years ago)
- Last Synced: 2024-11-05T04:42:16.006Z (3 months ago)
- Language: R
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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")
```