rename_files {staplr} | R Documentation |
Rename multiple files
Description
Rename multiple files in a directory and write renamed files back to directory
Usage
rename_files(input_directory = NULL, new_names)
Arguments
input_directory |
the path of the input PDF files. The default is set to NULL. IF NULL, it prompt the user to select the folder interactively. |
new_names |
a vector of names for the output files. |
Value
A logical vector indicating which files were successfully renamed.
Author(s)
Priyanga Dilini Talagala
References
https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
Examples
[Package staplr version 3.2.2 Index]