SaveHRVIndices: Save the HRV indices as an excel file

View source: R/RHRVEasy.R

SaveHRVIndicesR Documentation

Save the HRV indices as an excel file

Description

Save the HRV indices as an excel file

Usage

SaveHRVIndices(
  RHRVEasyResultObject,
  saveHRVIndicesInPath = ".",
  filename = NULL
)

Arguments

RHRVEasyResultObject

An object of class 'RHRVEasyResult' as returned by 'RHRVEasy()'

saveHRVIndicesInPath

The path where the HRV indices will be saved as an excel file. The name of the file is automatically created based on the groups being compared.

filename

Filename of the excel file. If not provided, the name of the file is built using the names of the groups being compared.


RHRV documentation built on Oct. 1, 2024, 1:08 a.m.