restore_button_action: Server side utility that takes restores all IBIs within the...

Description Usage Arguments

View source: R/utils_server.R

Description

Server side utility that takes restores all IBIs within the selected window

Usage

1
2
3
4
5
6
7
8
restore_button_action(
  input,
  restore_id,
  edited_data,
  original_data,
  brush_id,
  ibi_or_ppg = NULL
)

Arguments

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


dr-consulting/ibi_VizEdit documentation built on Jan. 1, 2021, 12:04 a.m.