Convert html to odt with template
Usage
html_to_odt(input_html = "_main.html", output_odt = "_main.odt")
Arguments
- input_html
Path to html file to convert
- output_odt
Path to odt to create
Examples
if (FALSE) {
html_to_odt(input_html = "_main.html", output_odt = "_main.odt")
}