Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. library(stringr)
  2. apple_wiki <- readr::read_file("Apple_Wikipedia.txt")
  3. x <- c("Apple","iOS", "iPhone")
  4. str_count(apple_wiki, x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement