Description Usage Arguments Value Examples
View source: R/utility_functions.R
Import Lines
1 | import_lines(input_file)
|
input_file |
A PDF file location to be scraped and converted. |
List object with each element representing a line of the source PDF.
1 2 3 4 | ## Not run:
lines <- import_lines('~/courses/API-101B.pdf')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.