Skip to content

Commit

Permalink
Add recorded GIF demo URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jan 3, 2025
1 parent ae40115 commit 8b8f863
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions inst/01-demo-polyglot-shinylive-standalone-and-quarto-apps.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Embedded Python Shinylive Applications in a Quarto Document
peeky::peek_shinylive_app(
"https://quarto-ext.github.io/shinylive",
output_dir = "quarto-shiny-apps")

# Standalone R Shinylive Application
peeky::peek_shinylive_app(
"https://tutorials.thecoatlessprofessor.com/convert-shiny-app-r-shinylive/",
output_dir = "r-shiny-app")

10 changes: 10 additions & 0 deletions inst/02-demo-complex-apps.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Module/Script file heavy
peeky::peek_shinylive_app(
"https://shiny.thecoatlessprofessor.com/probability-distribution-explorer/",
output_dir = "probability-distribution-explorer")

# Resource rich
peeky::peek_shinylive_app(
"https://jeanjoe.net/peeky_example/",
output_dir = "peeky-example-data")

0 comments on commit 8b8f863

Please sign in to comment.