Publishing

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Once you have built and published a page featuring connectwidgets, you have a few options for keeping it up to date:

Scheduled RMarkdown

Publish the page with source, and schedule it to update periodically.

runtime: shiny

If you want your page to reflect changes to your content whenever it is visited, you can add runtime: shiny to the yaml frontmatter of your RMarkdown document.

title: an example page
ouput: html_document
runtime: shiny


Try the connectwidgets package in your browser

Any scripts or data that you put into this service are public.

connectwidgets documentation built on Sept. 21, 2023, 1:06 a.m.