I am looking for a package or Function which helps me to add prefix / suffix in filename. Don't suggest me any loop or apply function
CodePudding user response:
You can use
Reproducible
package in R. In which you will find. Functions
, such as.prefix() / .suffix()
For More details - https://rdocumentation.org/packages/reproducible/