knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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.



ColinFay/golemexample documentation built on Oct. 3, 2019, 10:52 a.m.