ICode9

精准搜索请尝试: 精确搜索
  • R语言中 str_detect函数2022-08-03 06:31:46

      str_detect函数属于tidyverse包中函数, 功能类似于grepl函数。   001、 str1 <- c("xx", "yy", "zz", "xx", "pp", "xx") str1 grepl("xx", str1) str_detect("xx", str1)  

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有