I want to get data with Rcurl, when I downloaded the web, the data I want are not in the file,how can I get it, any clue will be appreciated.
require(RCurl)
url="http://hk.ishares.com/product_info/fund/holdings/SEHK/2823.htm?ls=true& l=en&periodCd=d"
data=getURL(url)
write(file="data.html",data)
the following data which you can see in the web is not in data.html, how can I get it?
% Net Assets Name Exchange Ticker Trading Exchange SEDOL Market Price
(HKD equivalent) Shares Held Market Value
(HKD equivalent) Sector
9.17 PING AN INSURANCE (GROUP) CO. OF C 601318 XSHG B1SVWB6 50.40 81,991,646 4,132,780,718 Financials
6.25 CHINA MERCHANTS BANK CO. LTD A 600036 XSHG 6518723 12.41 227,242,375 2,819,477,954 Financials
4.86 SHANGHAI PUDONG DEVELOPMENT BANK C 600000 XSHG 6182043 9.15 239,651,727 2,192,915,873 Financials