Serveless Shiny App on Quarto Website

Deploying a serverless Shiny application for R within Quarto

R
Shiny
Quarto
Creating a Serverless R Shiny App using Quarto with R Shinylive (“Include” method)
Author

Jihong Zhang

Published

September 10, 2024

Guide

  1. Github Repo
  2. Youtube video

Install shinylive package:

install.packages("shinylive")

Within the target directory, add the shinylive extension.

quarto create project default
quarto add quarto-ext/shinylive

R-shiny-demo

R-shiny-demo

shinylive-demo

Source: shinylive-demo
Back to top