DSI_export_to_dataframe_fast: Import an Excel file created by DSI's Ponemah export function...

Description Usage Arguments Value

Description

This function takes the path to an Excel file as input and generates a dataframe containing the time, several measures of elapsed time since the start of the recording, and all telemetry parameters (SBP, DBP, MAP, HR, Temperature, Activity)

Usage

1
DSI_export_to_dataframe_fast(selected_file, output_format = "W")

Arguments

selected_file

Path to an Excel file created by Ponemah.

output_format

W by default. W for wide dataframes, one row per time point and one column per subject per parameter. L for long dataframes, one row per time point per subject and one column per parameter.

Value

A dataframe with 13 columns: .id (SN), Time, TimesOnly, ElapsedTime, ElapsedTimeMin, ElapsedTimeH, ElapsedTimeD, SBP, DBP, MAP, HR, Temp, Activity)


andrewstiegler/telemetRy documentation built on May 1, 2021, 4:56 p.m.