R/PeakML.Methods.extractFileName.R

Defines functions PeakML.Methods.extractFileName

Documented in PeakML.Methods.extractFileName

PeakML.Methods.extractFileName <- function(path)
{
	string <-unlist(strsplit (path,"/"))
	out <- string[length(string)]
	out
}

Try the mzmatch.R package in your browser

Any scripts or data that you put into this service are public.

mzmatch.R documentation built on May 31, 2017, 4:31 a.m.