View source: R/experiment_functions.R
add_timepoint_data | R Documentation |
Loads in a specific Excel File, and (optional) selects a time subset of data.
add_timepoint_data(data_path, t1 = "", t2 = "")
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 |
An object containing the call data (under time constraints if specified)
## Not run: add_timepoint_data( data_path = "~/inst/extdata/Example_Mouse_Data.xlsx", t1 = 3, t2 = 12 ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.