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’ post regarding Spelunking macOS ‘ScreenTime’ App Usage with R.
You can install the released version of omni from CRAN with:
install.packages("omni")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("coatless/omni")
To use omni
, load the package with:
library(omni)
Todo: Add an example with data.frame
and list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.