fileMove {KnowSeq} | R Documentation |
This function is used to move files to other locations.
fileMove(from, to)
from |
The current path to the file. |
to |
The path to the new location of the file. |
nothing to return
## Not run: fileMove("ReferenceFiles/GSE74251.csv","ReferenceFiles/GSE74251Moved.csv")