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

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

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

[![Travis build status](https://travis-ci.com/coatless/omni.svg?branch=master)](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`.