Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tag

Insert tag or extension and coerce to character


Description

This fucntion inserts a tag or extension into a file name and returns a charcter vector.

Usage

tag(x, ...)

Arguments

x

a filename or character

...

arguments passed to insert

Value

a character vector

Examples

x <- "data.txt"
y <- tag(x, "qc")
print(y)
f <- as.filename(x)
g <- tag(f, "qc")
print(g)

filenamer

Easy Management of File Names

v0.2.3
GPL (>= 3)
Authors
David J. H. Shih
Initial release
2018-05-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.