getDefaultFullName.GenericDataFile | R Documentation |
Gets the full name of the file, that is the filename without the filename extension.
## S3 method for class 'GenericDataFile'
getDefaultFullName(this, ...)
... |
Not used. |
The full name of a file is the filename excluding any
extension (and period).
For instance, the full name of path/to/foo,a.2,b.ext
is
foo,a.2,b
.
Returns a character
string (NA
if "empty" file).
Henrik Bengtsson
For more information see GenericDataFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.