Insert tag or extension and coerce to character
This fucntion 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.