Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getDefaultFullName.GenericDataFileSet

Gets the default full name of the file set


Description

Gets the default full name of the file set, that is the name of the directory without parent directories.

Usage

## S3 method for class 'GenericDataFileSet'
getDefaultFullName(this, parent=getDepth(this, default = NULL), ...)

Arguments

parent

The number of generations up in the directory tree the directory name should be retrieved. By default the current directory is used.

...

Not used.

Details

By default, the full name of a file set is the name of the directory containing all the files, e.g. the name of file set path/foo,c/to,a,b/* is to,a,b. Argument parent=1 specifies that the parent directory should be used, e.g. foo,c.

Value

Returns a character.

Author(s)

Henrik Bengtsson

See Also

For more information see GenericDataFileSet.


R.filesets

Easy Handling of and Access to Files Organized in Structured Directories

v2.14.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.