removeext: Remove Common Extension from File Names

Description Usage Arguments Value Author(s) See Also Examples

Description

Finds and removes any common extension from a vector of file names.

Usage

1

Arguments

x

character vector

Value

A character vector of the same length as x in which any common extension has been stripped off.

Author(s)

Gordon Smyth

See Also

An overview of LIMMA functions for reading data is given in 03.ReadingData.

Examples

1
2
x <- c("slide1.spot","slide2.spot","slide3.spot")
removeExt(x)

richierocks/limma2 documentation built on May 27, 2019, 8:47 a.m.