reactive_page | R Documentation |
Creates a reactive page. A reactive page is defined by a function that is called once the participant reaches a given location in the timeline. This function must be idempotent, i.e. calling it multiple times should have the same effect as calling it once).
reactive_page(fun, next_elt = TRUE)
fun |
Function that returns a |
next_elt |
(Logical scalar) Whether to go to the next element
in the timeline once this page is completed.
This will typically be |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.