我正在尝试从网站“ https://www.mcxindia.com/market-operations/trading-survelliance/future-prices”下载所有印度商品的未来价格数据。但是,有一个下拉菜单,我现在不知道如何剪贴数据?
我已经开始使用rvest进行工作,但是我不知道如何进一步进行。
url =“ https://www.mcxindia.com/market-operations/trading-survelliance/future-prices” download.file(url,destfile =“ scrapedpage.html”,quiet = TRUE) myPage <-read_html(“ scrapedpage.html”)