set_fpath: Set path in a file name

Description Usage Arguments Value Examples

Description

This function sets the path in a file name.

Usage

1
set_fpath(x, path)

Arguments

x

a character or a filename

path

new path to file

Value

modified object of the original type

Examples

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

filenamer documentation built on May 1, 2019, 9:10 p.m.