Learn R Programming

pirouette (version 1.6.9)

to_twin_filenames: Convert multiple filenames to their twin equivalent

Description

Convert multiple filenames to their twin equivalent

Usage

to_twin_filenames(filenames)

Value

a character vector with filenames

Arguments

filenames

the paths to files, may be relative or absolute paths

Author

Richèl J.C. Bilderbeek

Examples

Run this code
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