Skip to content

Latest commit

 

History

History
120 lines (76 loc) · 3.87 KB

README.md

File metadata and controls

120 lines (76 loc) · 3.87 KB

golemexample

Lifecycle: experimental

The goal of golemexample is to provide some examples for the inner configuration of a {golem} app.

Share value across modules

Change Shiny Options

https://github.com/ColinFay/golemexample/blob/master/R/run_app.R#L14

Adding external files

CSS

JS

Classic

A simple JS can be used from UI.

Handlers

A handler JS can be used from server side with golem::invoke_js().

Image

Passing arguments to run_app

Using datasets inside your app

Using shiny::includeXXX


Please note that the ‘golemexample’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.