knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of irsApp is to build and deploy an extensible {golem} {shiny} Application which will allow for adding more data and analysis over time.
The development version from GitHub with:
# install.packages("devtools") devtools::install_github("luceydav/irsSOI")
This is a basic example which shows you how to solve a common problem:
# not run library(irsApp) ## basic example code run_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.