Coerce to a filename
This function coerces an object into a filename
, if possible.
as.filename(x, ...) ## S3 method for class 'filename' as.filename(x, ...) ## S3 method for class 'character' as.filename(x, tag.char = NULL, ...)
x |
a |
... |
other arguments |
tag.char |
character to delimit tags, defaults to |
a filename
object
fn <- as.filename("data_raw_2011-01-01.txt") str(fn)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.