inst/doc/Shiny_app.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>", 
  warning = FALSE,
  message = FALSE,
  echo = FALSE,
  fig.align = 'center',
  fig.width = 6
)
options(tibble.print_min = 5, tibble.print_max = 5)

## ----setup, echo=FALSE--------------------------------------------------------
library(hatchR)


## ----eval=FALSE, echo=TRUE----------------------------------------------------
# install.packages("shiny")

## ----eval=FALSE, echo=TRUE----------------------------------------------------
# shiny::runGitHub("hatchR_shiny", "efelts-usfws")

## ----out.width = '100%'-------------------------------------------------------
knitr::include_graphics("./img/Shiny_download.png")

## ----out.width = '100%'-------------------------------------------------------
knitr::include_graphics("./img/Shiny_dir.png")

## ----out.width = '100%'-------------------------------------------------------
knitr::include_graphics("./img/Rstudio_app.png")

Try the hatchR package in your browser

Any scripts or data that you put into this service are public.

hatchR documentation built on Aug. 8, 2025, 7:26 p.m.