file_move: file_move: function to move a file from one directory to...

View source: R/MLMSfunctions.R

file_moveR Documentation

file_move: function to move a file from one directory to another, and to create that directory if it does not exist

Description

file_move: function to move a file from one directory to another, and to create that directory if it does not exist

Usage

file_move(from, to)

Arguments

from

the original file directory

to

the new file directory

Examples

Usage example
file_move(orig_dir,new_dir)

lilyacb/MLMS documentation built on July 21, 2023, 4:12 a.m.