| as.character.filename | R Documentation | 
This function coerces a filename into a character.
## S3 method for class 'filename'
as.character(x, tag.char = NULL, simplify = FALSE, sanitize = TRUE, ...)
x | 
 a   | 
tag.char | 
 character to delimit tags, defaults to   | 
simplify | 
 if   | 
sanitize | 
 if   | 
... | 
 unused arguments  | 
a character vector
x <- "data_post_2011-01-02.txt"
fn <- as.filename(x)
print(as.character(fn))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.