Home > OS >  Is there any package / function to Add a prefix or suffix to the file name in R
Is there any package / function to Add a prefix or suffix to the file name in R

Time:02-21

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/

  •  Tags:  
  • r
  • Related