Learn R Programming

inpdfr (version 0.1.12)

quitSpaceFromChars: Delete spaces in file names.

Description

Delete spaces in file names located in the current working directory.

Usage

quitSpaceFromChars(vectxt)

Value

The function returns a logical for each file, with TRUE if the file has been found, and FALSE otherwise.

Arguments

vectxt

A vector containing character entries corresponding to the names of files in the current working directory.

Examples

Run this code
if (FALSE) {
quitSpaceFromChars(c("my pdf.pdf","my other pdf.pdf"))
}

Run the code above in your browser using DataLab