markOutputAttrs: Mark a render function with attributes that will be used by...

View source: R/shinywrappers.R

markOutputAttrsR Documentation

Mark a render function with attributes that will be used by the output

Description

Mark a render function with attributes that will be used by the output

Usage

markOutputAttrs(renderFunc, snapshotExclude = NULL, snapshotPreprocess = NULL)

Arguments

renderFunc

A function that is suitable for assigning to a Shiny output slot.

snapshotExclude

If TRUE, exclude the output from test snapshots.

snapshotPreprocess

A function for preprocessing the value before taking a test snapshot.


rstudio/shiny documentation built on Jan. 2, 2025, 12:49 p.m.