Skip to content

正誤表

Ishida Motohiro edited this page Jul 5, 2017 · 27 revisions

なお、本書の各頁に掲載されているコードにおいて読み込まれているデータを、このレポジトリからダウンロードして実行する場合、読み込み関数のパス指定に data/ が必要になります(例:4ページ本文下から4行目)。

2017年現在、公開スクリプトの一部において data/ の記述が欠けていますので、適宜、補ってください。公開スクリプトについては近日中に修正します(2017年6月20日)。

ページ
p.33 上から 12 行目 "Comic Sans MS"
p.120 XpathSApply() xpathSApply()
p.121 下から13行目 "\ r" "\r"
p.163 上から15行目の小見出し ハンドルを閉じる ハンドルを複製
p 166 下から 13、14 行目のコード curl_options <- curlOptions(header = TRUE,customrequest = "HEAD")
res <- getURL(url = url, .opts = curl_options)
handle2 <- dupCurlHandle(handle)
res <- getURL(url = url, curl = handle2)
p.175 下から 8 行目 "\ r" "\r"
p.295 strigr stringr
p.305(節タイトル) RHTMForms RHTMLForms
p412 beging.http begins.http
Clone this wiki locally