quitSpaceFromChars {inpdfr} | R Documentation |
Delete spaces in file names located in the current working directory.
quitSpaceFromChars(vectxt)
vectxt |
A vector containing character entries corresponding to the names of files in the current working directory. |
The function returns a logical for each file, with TRUE if the file has been found, and FALSE otherwise.
## Not run:
quitSpaceFromChars(c("my pdf.pdf","my other pdf.pdf"))
## End(Not run)