码迷,mamicode.com
首页 > 编程语言 > 详细

R语言 重命名目录下所有文件

时间:2018-11-17 17:53:37      阅读:424      评论:0      收藏:0      [点我收藏+]

标签:type   ace   pap   setw   r语言   second   new   file   文件   

myfilepath <- "F:/paper2/climateExposure/wjj_mec/second/paths/"

setwd(myfilepath)

alltypefiles = dir(myfilepath)

newname = gsub(pattern = ‘paths.‘,replacement = ‘paths_‘,x = alltypefiles)

file.rename(alltypefiles,newname)

R语言 重命名目录下所有文件

标签:type   ace   pap   setw   r语言   second   new   file   文件   

原文地址:https://www.cnblogs.com/arcserver/p/9974739.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!