Skip to content

Commit

Permalink
fixed as_key documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Rinker committed Sep 25, 2018
1 parent cf3fd37 commit 2ad9975
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions R/as_key.R
Expand Up @@ -75,13 +75,6 @@
#' as_key(syuzhet:::bing)
#' as_key(syuzhet:::afinn)
#' as_key(syuzhet:::syuzhet_dict)
#' nrc <- data.frame(
#' words = rownames(syuzhet:::nrc),
#' polarity = syuzhet:::nrc[, "positive"] - syuzhet:::nrc[, "negative"],
#' stringsAsFactors = FALSE
#' )
#'
#' as_key(nrc[nrc[["polarity"]] != 0, ])
#'
#' sentiment(gsub("Sam-I-am", "Sam I am", sam_i_am), as_key(syuzhet:::bing))
#' }
Expand Down
7 changes: 0 additions & 7 deletions man/as_key.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ad9975

Please sign in to comment.