## code to prepare `HRV_vars_domain` dataset goes here
HRV_vars_domain <- list(
time = c(
"SDNN", "SD_del_NN", "RMSSD", "Normals_count",
"NN50_count", "NN50_percent"
),
freq = c(
"Power_tot", "VLF_freq", "VLF",
"LF_freq", "LF", "LF_nu",
"HF_freq", "HF", "HF_nu",
"LF_HF"
)
)
usethis::use_data(HRV_vars_domain, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.