get_relative_path_file_names: Creates file names using a common relative path structure

View source: R/get_relative_path_file_names.R

get_relative_path_file_namesR Documentation

Creates file names using a common relative path structure

Description

Creates file names using a common relative path structure

Usage

get_relative_path_file_names(files, new_path = ".")

Arguments

files

character vector of full path file names

new_path

character vector of length one having the new file path common to be prepended to the relative paths created. Default is ".".

Value

A dataframe with columns 'original_file' and 'new_file'


rmsharp/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.