Learn R Programming

R.filesets (version 2.15.1)

getChecksumObjects.GenericDataFileSet: Retrieves objects that uniquely identifying the data set

Description

Retrieves objects that uniquely identifying the data set.

Usage

# S3 method for GenericDataFileSet
getChecksumObjects(this, ..., verbose=FALSE)

Value

Returns a named list of objects that can be used to uniquely identifying the GenericDataFileSet.

Arguments

...

Not used.

verbose

A logical or Verbose.

Author

Henrik Bengtsson

Details

By default, a GenericDataFileSet is assumed to be uniquely identifiable by its files and their fullnames (possibly translated).

See Also

*getChecksum()

For more information see GenericDataFileSet.