Read in .txt documents from a specified folder found in the current working directory.
Usage
readme(folder_name = "my_texts")
Arguments
- folder_name
string denoting where user's text files are located ('my_texts' is good)
Value
the function readme
with return a single dataframe of text documents and their document ID
Examples
readtxt("text")
#> Error in readtxt("text"): could not find function "readtxt"
readtxt("data")
#> Error in readtxt("data"): could not find function "readtxt"