fileName {BiocGenerics}R Documentation

Accessing the file name of an object

Description

Get the file name of an object.

Usage

fileName(object, ...)

Arguments

object

An object with a file name.

...

Additional arguments, for use in specific methods.

See Also

Examples

fileName
showMethods("fileName")

library(MSnbase)
showMethods("fileName")
selectMethod("fileName", "MSmap")

[Package BiocGenerics version 0.24.0 Index]