powered by
This function sets the path in a file name.
set_fpath(x, path)
modified object of the original type
a character or a filename
character
filename
new path to file
x <- "path/data_norm.txt" print(set_fpath(x, "new_path"))
Run the code above in your browser using DataLab