knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
An R Package for managing a personal library of icons.
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.
Install myicons from GitHub with:
devtools::install_github("jimbrig/myicons")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.