28  Non-R Code

Published

2024-09-23

Caution

The contents for section are being revised. Thank you for your patience.

I’ve created the shinypak R package In an effort to make each section accessible and easy to follow:

Install shinypak using pak (or remotes):

# install.packages('pak')
pak::pak('mjfrigaard/shinypak')

Review the chapters in each section:

library(shinypak)
list_apps(regex = '^21')
## # A tibble: 3 × 2
##   branch          last_updated       
##   <chr>           <dttm>             
## 1 21.1_gha-style  2024-08-23 07:14:18
## 2 21.2_gha-shiny  2024-08-23 07:13:54
## 3 21.3_gha-docker 2024-08-01 12:49:40

Launch an app with launch()

launch(app = "21_style")

Download an app with get_app()

get_app(app = "21_style")

28.1 HTML & CSS

28.2 JavaScript