knitr::opts_chunk$set(echo = TRUE)

Testing the multidplyr approach

library(multidplyr)
sentencesgrp <- sentences_country %>%
    partition() %>% cluster_library(c("tidyverse", "tidytext", "oldhammisc"))
term_to_col2(sentencesgrp, col = "word", expr = "ocean")


poldham/oldhammisc documentation built on May 25, 2019, 11:23 a.m.