# Create the documentation for the package
devtools::document()
# Install the package
devtools::install(force = TRUE)
# # Build the pkgdown site
# pkgdown::build_site()
# Check package
devtools::check()
# Load the package and view the summary
library(gglabelr)
help(package='gglabelr')
# Install from github
devtools::install_github('jhelvy/gglabelr')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.