README.md

rladiesgnv

The goal of rladiesgnv is to encourage a strong and supportive community of R users in Gainesville, FL. This package was created for our meetup in creating packages. You can find the tutorial/presentation here

Installation

Actually, you can’t install the released version of rladiesgnv from CRAN with:

install.packages("rladiesgnv")

But, the development version is available from GitHub with:

# install.packages("devtools")
devtools::install_github("javirudolph/rladiesgnv")

Example

This is a basic example of the single function this package contains

library(rladiesgnv)
## basic example code
gimme_color_codes(wantAll = TRUE)
#> [1] "#181818" "#D3D3D3" "#88398A" "#FFFFF"  "#562457"
gimme_color_codes(wantAll = "I'm no fun")
#> [1] "You should go for all of them."

Cheers! and enjoy your new packages \~ Javi



javirudolph/rladiesgnv documentation built on June 5, 2019, 7:43 p.m.