updateObject,xcmsSet-method {xcms}R Documentation

Update an xcmsSet object

Description

This method updates an old xcmsSet object to the latest definition.

Usage

## S4 method for signature 'xcmsSet'
updateObject(object, ..., verbose = FALSE)

Arguments

object

The xcmsSet object to update.

...

Optional additional arguments. Currently ignored.

verbose

Currently ignored.

Value

An updated xcmsSet containing all data from the input object.

Author(s)

Johannes Rainer


[Package xcms version 3.16.1 Index]