to_twin_filenames: Convert multiple filenames to their twin equivalent

View source: R/to_twin_filenames.R

to_twin_filenamesR Documentation

Convert multiple filenames to their twin equivalent

Description

Convert multiple filenames to their twin equivalent

Usage

to_twin_filenames(filenames)

Arguments

filenames

the paths to files, may be relative or absolute paths

Value

a character vector with filenames

Author(s)

Richèl J.C. Bilderbeek

Examples

filenames <- c("a.csv", "b.xml")
# c("a_twin.csv", "b_twin.xml")
to_twin_filenames(filenames)

richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.