get_text_as_string {syuzhet} | R Documentation |
Load Text from a File
Description
Loads a file as a single text string.
Usage
get_text_as_string(path_to_file)
Arguments
path_to_file |
file path |
Value
A character vector of length 1 containing the text of the file in the path_to_file argument.
[Package syuzhet version 1.0.7 Index]