generate_wordcloud_plots: Generates plots of wordclouds for each petition.

Description Usage Arguments Examples

Description

Generates plots of wordclouds for each petition.

Usage

1

Arguments

petitions

data.frame of petitions, e.g. loaded from client$petitions()

path

the path to write the images to

column

the column to use as the input text

Examples

1
2
3
data(petitions)
one_petition <- head(petitions, n=1)
generate_wordcloud_plots(one_petition, tempdir(), 'body')

yoni/r_we_the_people documentation built on May 4, 2019, 5:31 p.m.