tidyCorpus: Tidying Up the PubMed Corpus

Description Usage Arguments Value

View source: R/tidy_corpus.R

Description

Creates a tidytext corpus from the PubMed articles titles and abstracts. Adjutant generally follows the approach presented in 'Text Mining with R' (https://www.tidytextmining.com/tidytext.html).

Usage

1
tidyCorpus(corpus = NULL, stopTerms = NULL)

Arguments

corpus

a document corpus

stopTerms

stop terms provided by the user

Value

Tidy Text Corpus


amcrisan/Adjutant documentation built on March 26, 2020, 4:21 p.m.