Description Usage Arguments Value See Also Examples
A wrapper for striprtf::read_rtf()
to read RTFs
1 |
file |
A path to a RTF file. |
skip |
The number of lines to skip. |
remove.empty |
logical. If |
trim |
logical. If |
... |
Other arguments passed to |
Returns a character vector.
1 2 3 4 5 6 | ## Not run:
rtf_dat <- read_rtf(
'https://raw.githubusercontent.com/trinker/textreadr/master/inst/docs/trans7.rtf'
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.