load_doc_text: Return the raw text of a file or NA if file missing

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Return the raw text of a file or NA if file missing

Usage

1

Arguments

path

The system path to the text file of interest

Value

A single string of the contents of the text file

Examples

1
2
3
4
## Not run: 
load_doc_text("path/to/file.txt")

## End(Not run)

jacob-ogre/esadocs documentation built on May 18, 2019, 8 a.m.