Skip to content

Commit 8b8f863

Browse files
committed
Add recorded GIF demo URLs
1 parent ae40115 commit 8b8f863

2 files changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Embedded Python Shinylive Applications in a Quarto Document
2+
peeky::peek_shinylive_app(
3+
"https://quarto-ext.github.io/shinylive",
4+
output_dir = "quarto-shiny-apps")
5+
6+
# Standalone R Shinylive Application
7+
peeky::peek_shinylive_app(
8+
"https://tutorials.thecoatlessprofessor.com/convert-shiny-app-r-shinylive/",
9+
output_dir = "r-shiny-app")
10+

inst/02-demo-complex-apps.R

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Module/Script file heavy
2+
peeky::peek_shinylive_app(
3+
"https://shiny.thecoatlessprofessor.com/probability-distribution-explorer/",
4+
output_dir = "probability-distribution-explorer")
5+
6+
# Resource rich
7+
peeky::peek_shinylive_app(
8+
"https://jeanjoe.net/peeky_example/",
9+
output_dir = "peeky-example-data")
10+

0 commit comments

Comments
 (0)