Description Usage Arguments Value Examples
returns the first portion of file .RData spike object named according to convention of Project name, experiment date (MMDDYYYY format) and plate serial number separated by a '_' as in "exampleRecording_1012016_plate1_DIV1_spike_list.csv" in data package directory.
1 |
file |
a full file path or file name |
Returns a character string of the project name, experiment date and plate serial number in a .RData file path. see example.
1 2 | data("S") # load data
get.project.plate.name(S$file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.