Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rfortherestofus/omni
RMarkdown template, ggplot2 theme, and table function for OMNI Institute
https://github.com/rfortherestofus/omni
Last synced: 16 days ago
JSON representation
RMarkdown template, ggplot2 theme, and table function for OMNI Institute
- Host: GitHub
- URL: https://github.com/rfortherestofus/omni
- Owner: rfortherestofus
- License: other
- Created: 2020-03-07T01:35:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T07:58:27.000Z (4 months ago)
- Last Synced: 2024-08-01T00:45:03.505Z (3 months ago)
- Language: R
- Homepage: https://rfortherestofus.github.io/omni/
- Size: 24.9 MB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# omni
This package contains an [RMarkdown template](articles/rmarkdown.html),
[color palettes](articles/colors.html), a [ggplot2
theme](articles/theme.html), and a [function to make
tables](articles/tables.html) for OMNI Institute.*This template was created for the OMNI Institute, a Colorado-based
nonprofit social science consultancy that provides integrated research
and evaluation, capacity building, and data utilization services to
accelerate positive social change. If you are interested in adapting
this OMNI branded template please contact .*## Installation
You can install `omni` from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("rfortherestofus/omni",
force = TRUE)
```You can rerun this code at any point to get the newest version of the
package.