Server side utility that takes restores all IBIs within the selected window
1 2 3 4 5 6 7 8 | restore_button_action(
input,
restore_id,
edited_data,
original_data,
brush_id,
ibi_or_ppg = NULL
)
|
input |
shiny internal |
restore_id |
id value for the button used to enable the restore action |
edited_data |
data stored in a list of reactiveValues that contains "in-progress" edits during the user session |
original_data |
data stored in a list of reactiveValues that contains the "original" data as it existed following preliminary processing but before manual editing. |
brush_id |
id for the brush that defines the section of data to restore |
ibi_or_ppg |
used to define whether the data being restored is from the IBI or PPG series |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.