Guest User

Untitled

a guest
Dec 18th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. star <- c("Jennifer Aniston", "Courteney Cox", "Lisa Kudrow", "Matt LeBlanc", "Matthew Perry", "David Schwimmer")
  2. cast <- c("Rachel Green", "Monica Geller", "Phoebe Buffay", "Joey Tribbiani", "Chandler Bing", "Ross Geller")
  3. friends_cast <- data.frame(cast, star, stringsAsFactors = FALSE)
  4. write.table(friends_cast, file = "c:/Users/YOURUSERNAME/Desktop/friends_cast.txt",row.names = FALSE)
Add Comment
Please, Sign In to add comment