Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デフォルトに変換markdownするときhtmlは(私が思うに)画像ファイルを文字列に変換してファイルに埋め込むことhtmlです。knitただし、ファイルで実行rhtmlする場合、これは当てはまりません。ここでは別のfigureフォルダが生成されますが、これはもちろん適切なデフォルト設定です。
markdown
html
knit
rhtml
figure
しかし、自分の画像を埋め込みたい場合、rthmlandknitrを使用してこれを達成する方法はありますか? これを宣言するオプションが見つかりません。
rthml
knitr
ありがとう、マーク
わかりました、私は自分自身を理解しました。のオプション引数に.Rmd文字列を渡すだけで、ファイルと同じように機能するようです。"base64_images"knit2html
.Rmd
"base64_images"
knit2html
knit2html("foo.Rhtml", options=c("base64_images"))