parse_html_notebook
From rmarkdown v1.15
by Yihui Xie
Parse an HTML Notebook
Parse an HTML notebook, retrieving annotation information related to generated outputs in the document, as well as the original R Markdown source document.
Usage
parse_html_notebook(path, encoding = "UTF-8")
Arguments
- path
The path to an R Notebook file (with extension
.nb.html
).- encoding
The document's encoding (assumed as
"UTF-8"
by default).
Details
See the online
documentation for additional details on using the html_notebook
format.
Community examples
Looks like there are no examples yet.