次の Web サイトの完全なソース コードをダウンロードしようとしています: http://www.carnegiehall.org/Students/。
抽出したい情報は次のセクションです。
カーネギーホールプレゼンツ
2013 年 3 月 28 日木曜日 | 7:30 PM
ローレンス・ブラウンリー
マーティン・カッツ
ザンケルホール
ソースを表示すると、そのテキストの次のコードのチャンクが表示されます。
<div class="info-col">
<div class="up-lic">Carnegie Hall Presents</div>
<div class="date">Thursday, March 28, 2013 | 7:30 PM</div>
<div class="clearfix"></div>
<div class="title color">
<a href="/Calendar/2013/3/28/0730/PM/Lawrence-Brownlee-Martin-Katz/">Lawrence Brownlee<BR>Martin Katz</a>
</div>
<div class="clearfix"></div>
<div class="location"> Zankel Hall</div>
<div class="clearfix"></div>
<br />
Rで次を実行すると欠落しています:
htmlParse(getURL("http://www.carnegiehall.org/Students", .opts = curlOptions(followlocation=TRUE)), asText = TRUE)
誰が私が間違っているのか教えてもらえますか?