我目前正在处理一个使用R进行网络抓取的项目,这是非常基本的,但我试图了解它是如何工作的。这是我的代码:google = html("https://www.google.com/searchq=google+stock%5D&oq=google+stock%5D&aqs=chrome..69i57j0l2j69i60l3.5208j0j4&sourceid=chrome&ie=UTF-8")
# Prints and
在R studio中,我目前正在使用quantmod包来获取雅虎的财务数据。我找到了quantmod,因为有人推荐了:How to scrape key statistics from Yahoo! Finance with R?而不是scraping。这可以直接与 library(quantmod) getQuote("AAPL",what=yahooQF(c("Book Value Per Share"))) 它抛出这个错误: Error in [这些错误是使用quantmod的