1
Rからhtmlを出力したいのですが、特定の文字で問題が発生しています。アドホック文字の置き換えを必要としない一般的な解決に向けた任意のヒントのためにR文字エンコーディングの問題でhtmlを書く
output = function(str, fn){ sink(fn); cat(str); sink(); browseURL(fn) }
output("It's an apostrophe", 'good.html')
output("It’s a right single quote", 'bad.html')
グレイトフル・:、機能を説明するために。
ありがとうございました。シンプルズ – geotheory