readtext
parse_utils.readtext(paths)Import all text files from a list of paths.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| paths | List | A list of paths of text files returned by get_text_paths. | required |
Returns
| Name | Type | Description |
|---|---|---|
| List | A list of full paths. |
Notes
Modeled on the R function readtext.