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)

meaRtools documentation built on May 1, 2019, 7:32 p.m.