Description Usage Arguments Examples
readTexts()
takes a directory as an input, loops through all files with
a txt or a docx extension, reads each line into a dataframe with the document
name as an identifier and optionally converts the file to tidy text format
(one word per row).
1 |
directory |
The directory where files to be read are stored. |
tidy |
Whether text should be returned in tidy (one word per row) format. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.