Guest User

Untitled

a guest
Jun 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. library(tidytext)
  2. dtm <- cast_dtm(doc_term_count, no, presidenttw, words, n)
  3.  
  4. Classes ‘tbl_df’, ‘tbl’ and 'data.frame': 1054900 obs. of 4 variables:
  5. $ no : int 1 1 1 1 1 1 1 1 1 1 ...
  6. $ presidenttw: chr "Chen" "Chen" "Chen" "Chen" ...
  7. $ words : chr "" "一日" "一再" "一延" ...
  8. $ n : int 1 2 2 1 1 2 1 1 1 1 ...
Add Comment
Please, Sign In to add comment