Last data update: 2014.03.03

R: Generic function to strip extension from file name, given a...
stripExtensionR Documentation

Generic function to strip extension from file name, given a BrainFileDescriptor instance.

Description

Generic function to strip extension from file name, given a BrainFileDescriptor instance.

Usage

stripExtension(x, fileName)

## S4 method for signature 'BrainFileDescriptor,character'
stripExtension(x, fileName)

Arguments

x

descriptor instance

fileName

file name to be stripped of its extension

Value

fileName without extension

Results