有没有办法使用R从字符串中提取没有空格或其他分隔符的单词?我有一个URL列表,我想弄清楚URL中包含哪些单词.
input <- c("babybag", "badshelter", "themoderncornerstore", "hamptonfamilyguidebook")
r
r ×1