powered by
Delete spaces in file names located in the current working directory.
quitSpaceFromChars(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")) # }
Run the code above in your browser using DataLab