get.project.plate.name: get.project.plate.name

Description Usage Arguments Value Examples

View source: R/utils.R

Description

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.

Usage

1

Arguments

file

a full file path or file name

Value

Returns a character string of the project name, experiment date and plate serial number in a .RData file path. see example.

Examples

1
2
data("S") # load data
get.project.plate.name(S$file)

IGM.MEA documentation built on May 29, 2017, 11:07 p.m.