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

irsApp

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.

Installation

The development version from GitHub with:

# install.packages("devtools")
devtools::install_github("luceydav/irsSOI")

Example

This is a basic example which shows you how to solve a common problem:

# not run
library(irsApp)
## basic example code
run_app()


luceydav/irsApp documentation built on April 1, 2024, 1:38 p.m.