How to detect positions of a character in string using dplyr

前端 未结 0 844
夕颜
夕颜 2021-02-15 13:39

I have the following data frame:

library(tidyverse)
df <- tribble(
       ~sname, ~seq,
       "foo", "TTAW",
       "bar", "         


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