knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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)
gimme_color_codes(wantAll = "I'm no fun")

Cheers! and enjoy your new packages ~ Javi



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