DAY

2023年8月13日

【RMarkdownトラブルシュート】Error: Functions that produce HTML output found in document targeting docx output.

とあるR Markdownファイルをdocx形式で出力しようとしたところ、以下のエラーが発生した。 Error: Functions that produce HTML output found in document targeting docx output. HTML出力を行う関数がdocx出力を行うドキュメントに含まれているため、エラーが発生しているとのこと。 これ、YAMLヘッダーにal […]