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

myicons

An R Package for managing a personal library of icons.

Badges

R build status Build Status Build status Codecov test coverage pkgdown


Overview

The goal of myicons is to assist R shiny developers allowing them to manage their own personal, categorized icon library.

Additionally, myicons helps automate rapid shiny-app prototyping via the use of the random_icon function which generates a random icon on the fly.

Installation

Install myicons from GitHub with:

devtools::install_github("jimbrig/myicons")

Code of Conduct

Please note that the myicons project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



jimbrig/myicons documentation built on June 12, 2020, 12:03 a.m.