clean.text | R Documentation |
Clean text files
clean.text(in_dir, all_keywords)
in_dir |
directory with input text files |
all_keywords |
vector with all keywords you are interested in |
list of cleaned texts
download.file("https://github.com/ajhelmstetter/papieRmache/raw/master/inst/extdata/test_pdfs.zip", destfile = "./test_pdfs.zip")
unzip("./test_pdfs.zip")
clean.text(in_dir = "./test_pdfs/",all_keywords=kw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.