Skip to content

Consider adding magrittr pipes to quanteda #927

Description

@kbenoit

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.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions