add_timepoint_data: Add Timepoint Data

View source: R/experiment_functions.R

add_timepoint_dataR Documentation

Add Timepoint Data

Description

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

## Not run: add_timepoint_data(
  data_path = "~/inst/extdata/Example_Mouse_Data.xlsx",
  t1 = 3, t2 = 12
)
## End(Not run)


SqueakR documentation built on June 28, 2022, 5:06 p.m.