R 返回第一个下划线后的所有字符
作者:bvowe 提问时间:3/30/2019
示例数据 x=c("AG.av08_binloop_v6","TL.av1_binloopv2") 示例 ATTEMPT y=gsub(".*_","",x) 样品 DESIRED WA...
GSUB的 问答列表
作者:bvowe 提问时间:3/30/2019
示例数据 x=c("AG.av08_binloop_v6","TL.av1_binloopv2") 示例 ATTEMPT y=gsub(".*_","",x) 样品 DESIRED WA...