Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrbrmstr/imprint
Create Customized 'ggplot2' and 'R Markdown' Themes for Your Organization
https://github.com/hrbrmstr/imprint
ggplot2 ggplot2-themes r rmarkdown rstats template
Last synced: 3 months ago
JSON representation
Create Customized 'ggplot2' and 'R Markdown' Themes for Your Organization
- Host: GitHub
- URL: https://github.com/hrbrmstr/imprint
- Owner: hrbrmstr
- License: other
- Created: 2018-05-25T00:11:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T14:08:08.000Z (over 5 years ago)
- Last Synced: 2024-08-13T07:15:39.964Z (5 months ago)
- Topics: ggplot2, ggplot2-themes, r, rmarkdown, rstats, template
- Language: R
- Homepage:
- Size: 30.3 KB
- Stars: 24
- Watchers: 9
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hrbrmstr/imprint - Create Customized 'ggplot2' and 'R Markdown' Themes for Your Organization (R)
README
---
output: rmarkdown::github_document
---# imprint
Create Customized 'ggplot2' and 'R Markdown' Themes for Your Organization
## Description
## What's Inside The Tin
The following functions are implemented:
## Installation
```{r eval=FALSE}
devtools::install_github("hrbrmstr/imprint")
``````{r message=FALSE, warning=FALSE, error=FALSE, include=FALSE}
options(width=120)
```## Usage
```{r message=FALSE, warning=FALSE, error=FALSE}
library(imprint)# current verison
packageVersion("imprint")```