Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ベクトルがある
tmp <- c("a", "a.b", "c", "c.g.g", "rr", "r.t")
"." を含むインデックスまたは true/false を検索したい
結果は 2,4,6 または FFTFT になります
どのようにできるのか?