Create a file name from a character vectors.
.create_filename(
...,
filenames = NULL,
sep = "_",
ext = NULL,
output_dir = NULL,
create_dir = FALSE
)
A character with the file name.
A vector of characters that will be concatenated.
Named parameter to create file name. Note: There is
a difference between dots
and filenames
parameters. The filenames
parameter just
concatenated the provided names, while dots
recycled values for each provided vector.
A vector of characters that will be concatenated.
A character with a file name separator.
A character with the extension of file.
A character with the output directory to be concatenated.
A boolean indicating if directory should be created.