as.character.filename {filenamer} | R Documentation |
Coerce a character to a filename
Description
This function coerces a filename
into a character.
Usage
## S3 method for class 'filename'
as.character(x, tag.char = NULL, simplify = FALSE, ...)
Arguments
x |
a |
tag.char |
character to delimit tags, defaults to |
simplify |
if |
... |
unused arguments |
Value
a character
vector
Examples
x <- "data_post_2011-01-02.txt"
fn <- as.filename(x)
print(as.character(fn))
[Package filenamer version 0.2.4 Index]