set_fpath: Set path in a file name

View source: R/set.R

set_fpathR Documentation

Set path in a file name

Description

This function sets the path in a file name.

Usage

set_fpath(x, path)

Arguments

x

a character or a filename

path

new path to file

Value

modified object of the original type

Examples

x <- "path/data_norm.txt"
print(set_fpath(x, "new_path"))


filenamer documentation built on April 11, 2025, 5:46 p.m.