View source: R/impedance_summary.R
| impedance_summary | R Documentation |
This function extracts impedance data from a JSON-like dataset and computes summary statistics.
impedance_summary(dataset = NULL)
dataset |
A JSON object/list loaded into the work environment. If NULL, attempts to load the default dataset from the LeadSense package. |
A list containing:
combined_impedance_df - The full impedance dataset (if available).
impedance_summary - Summary of mean impedance values by Hemisphere and Type.
If no valid impedance data is found, a message is printed instead.
impedance_results <- impedance_summary(dataset)
print(impedance_results$impedance_summary)
print(impedance_results$combined_impedance_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.