RStudio for R Statistical Computing Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 1. Acquiring Data for Your Project

In this chapter, we will cover the following recipes:

  • Acquiring data from the Web—web scraping tasks
  • Accessing an API with R
  • Getting data from Twitter with the twitteR package
  • Getting data from Facebook with the Rfacebook package
  • Getting data from Google Analytics
  • Loading your data into R with rio packages
  • Converting file formats using the rio package