https://github.com/coatless/omni
Construct OmniGraffle Views of Data.Frames from R
https://github.com/coatless/omni
Last synced: 2 months ago
JSON representation
Construct OmniGraffle Views of Data.Frames from R
- Host: GitHub
- URL: https://github.com/coatless/omni
- Owner: coatless
- Created: 2019-12-11T16:14:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T17:39:24.000Z (over 6 years ago)
- Last Synced: 2025-12-13T09:54:46.921Z (6 months ago)
- Language: R
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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%"
)
```
## omni
[](https://travis-ci.com/coatless/omni)
The goal of omni is to provide pre-defined schemes to use with omnigraffle
from _R_.
The idea for the package and some initial code structure came from
[Bob Rudis'](https://rud.is/b/) post regarding
[Spelunking macOS ‘ScreenTime’ App Usage with R](https://rud.is/b/2019/10/28/spelunking-macos-screentime-app-usage-with-r/).
### Installation
You can install the released version of omni from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("omni")
```
And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("coatless/omni")
```
### Usage
To use `omni`, load the package with:
```{r example}
library(omni)
```
Todo: Add an example with `data.frame` and `list`.