Rdocumentation
powered by
Learn R Programming
syuzhet (version 1.0.0)
get_text_as_string: Load Text from a File
Description
Loads a file as a single text sting.
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.