Make them usable by adding magrittr to Imports:, and including as dplyr does here https://github.com/tidyverse/dplyr/blob/master/R/utils.r:
#' @importFrom magrittr %>%
#' @export
magrittr::`%>%`
This would make a lot of the workflow natural for going from corpus to tokens to dfm and manipulations along the way. And I know @pnulty would love this.
Make them usable by adding magrittr to
Imports:, and including as dplyr does here https://github.com/tidyverse/dplyr/blob/master/R/utils.r:This would make a lot of the workflow natural for going from corpus to tokens to dfm and manipulations along the way. And I know @pnulty would love this.