View source: R/token_comments.R
token_comments | R Documentation |
This function tokenizes comments that are to be used in collocate_comments_fuzzy()
or collocate_comments()
token_comments(comment_document)
comment_document |
document containing notes by individual, where the column containing the notes is named page_notes |
tokenized comments
comment_example_rename <- dplyr::rename(comment_example, page_notes=Notes)
toks_comment <- token_comments(comment_example_rename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.