powered by
Convert multiple filenames to their twin equivalent
to_twin_filenames(filenames)
a character vector with filenames
the paths to files, may be relative or absolute paths
Richèl J.C. Bilderbeek
filenames <- c("a.csv", "b.xml") # c("a_twin.csv", "b_twin.xml") to_twin_filenames(filenames)
Run the code above in your browser using DataLab