.FileMove {SeuratObject} | R Documentation |
Move Files and Directories
Description
Move files and directories with fs; includes a handler for when
path
is a directory on a different filesystem than new_path
by explicitly copying and deleting path
Usage
.FileMove(path, new_path, overwrite = FALSE, n = 1L)
Arguments
path |
A character vector of one or more paths. |
new_path |
New file path. If Should either be the same length as |
n |
The number of callers to go back. |
Value
The new path (invisibly).
Note
This function requires the fs package to be installed
See Also
[Package SeuratObject version 5.1.0 Index]