Loads in a specific Excel File, and (optional) selects a time subset of data.
     
    
    Usage
    add_timepoint_data(data_path, t1 = "", t2 = "")
 
    
    Arguments
    - data_path
- The full path to the Excel file exported from DeepSqueak 
- t1
- The start time in the recording (in seconds) to start extracting calls 
- t2
- The end time in the recording (in seconds) to stop extracting calls 
 
    
    Value
    
An object containing the call data (under time constraints if specified)
     
    
    Examples
    if (FALSE) add_timepoint_data(
  data_path = "~/inst/extdata/Example_Mouse_Data.xlsx",
  t1 = 3, t2 = 12
)