dplyr fails to count substring in vector

前端 未结 0 1266
猫巷女王i
猫巷女王i 2021-01-28 00:39

I need to count recursively how many times a substring x appears in a vector of strings data$y

data <- data.frame(x=c("aa",         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题