impedance_summary {LeadSense}R Documentation

Extract and summarize Impedance data if available

Description

This function extracts impedance data from a JSON-like dataset and computes summary statistics.

Usage

impedance_summary(dataset = NULL)

Arguments

dataset

A JSON object/list loaded into the work environment. If NULL, attempts to load the default dataset from the LeadSense package.

Value

A list containing:

If no valid impedance data is found, a message is printed instead.

Examples

impedance_results <- impedance_summary(dataset)
print(impedance_results$impedance_summary)
print(impedance_results$combined_impedance_df)

[Package LeadSense version 0.0.2.0 Index]