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: 1 × 2
##   branch   last_updated       
##   <chr>    <dttm>             
## 1 21_rhino 2024-08-24 05:20:05

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