Description Usage Arguments Value
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)
1 | DSI_export_to_dataframe_fast(selected_file, output_format = "W")
|
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. |
A dataframe with 13 columns: .id (SN), Time, TimesOnly, ElapsedTime, ElapsedTimeMin, ElapsedTimeH, ElapsedTimeD, SBP, DBP, MAP, HR, Temp, Activity)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.