
Run a Gazepoint pulse/PPG cross-check against HeartPy when available
Source:R/heartpy-bridge.R
run_gazepoint_heartpy_crosscheck.RdIf Python HeartPy is available through reticulate, this function attempts to run heartpy.process() on the first group. Otherwise it returns native Gazepoint HeartPy-style results only.
Usage
run_gazepoint_heartpy_crosscheck(
data,
signal_col = NULL,
time_col = NULL,
group_cols = NULL,
sampling_rate_hz = NULL,
...
)