Description Usage Arguments Value Examples
Takes in a file path and returns the text extracted from the document
1 | extract_text(.filepath = NULL, .pdfimage = F, .filetype = NULL)
|
.filepath |
Character string containing the path to the file from which the text data is to be extracted |
.pdfimage |
Boolean denoting if the file is an image,
for use when |
.filetype |
Character string to specify the file type |
text data
1 2 3 4 5 6 7 8 9 | ## Not run:
oper655_readme <- "https://raw.githubusercontent.com/AFIT-R/oper655_fa2019/master/README.md"
Text = extract_text(.filepath = oper655_readme,
.filetype = "txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.