powered by
This function extracts impedance data from a JSON-like dataset and computes summary statistics.
impedance_summary(dataset = NULL)
A list containing:
combined_impedance_df - The full impedance dataset (if available).
combined_impedance_df
impedance_summary - Summary of mean impedance values by Hemisphere and Type.
impedance_summary
If no valid impedance data is found, a message is printed instead.
A JSON object/list loaded into the work environment. If NULL, attempts to load the default dataset from the LeadSense package.
impedance_results <- impedance_summary(dataset) print(impedance_results$impedance_summary) print(impedance_results$combined_impedance_df)
Run the code above in your browser using DataLab