View source: R/utils.R View source: R/annotate_gui.R
apply_action | R Documentation |
Applies or reverses an action in the undo/redo system. Handles different types of actions including adding/removing annotations and merging/unmerging codes.
Applies or reverses an action in the undo/redo system. Handles different types of actions including adding/removing annotations and merging/unmerging codes.
apply_action(rv, action, reverse = FALSE)
apply_action(rv, action, reverse = FALSE)
rv |
ReactiveValues object containing application state |
action |
List containing action information |
reverse |
Logical indicating whether to reverse the action |
Invisible rv (ReactiveValues object)
Invisible rv (ReactiveValues object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.