replaceContent: Dynamic content

Description Usage Arguments Details

View source: R/content.R

Description

An application may require dynamic content. This content may be quite simple. The content could also be quite variable. These tools are an alternative to the standard output related render*() functions.

Usage

1
2
3
replaceContent(id, ..., session = getDefaultReactiveDomain())

removeContent(id, session = getDefaultReactiveDomain())

Arguments

id

A character string specifying a reactive id.

...

Additional named arguments passed as HTML attributes to the parent element or unnamed arguments passed as the new contents of the output element.

session

A reactive context, defaults to getDefaultReactiveDomain().

Details

These functions are experimental and are subject to change. Additionally, they may be moved from this package entirely.


yonder documentation built on Jan. 11, 2020, 9:35 a.m.