tag | R Documentation |
This function inserts a tag or extension into a file name and returns
a charcter
vector.
tag(x, ...)
x |
a |
... |
arguments passed to |
a character
vector
x <- "data.txt"
y <- tag(x, "qc")
print(y)
f <- as.filename(x)
g <- tag(f, "qc")
print(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.