get_text_as_string: Load Text from a File

View source: R/syuzhet.R

get_text_as_stringR 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.


syuzhet documentation built on Aug. 12, 2023, 1:05 a.m.