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