Learn R Programming

IGM.MEA (version 0.3.4.1)

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

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

get.project.plate.name(file)

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

Run this code
data("S") # load data
get.project.plate.name(S$file)

Run the code above in your browser using DataLab