Part II: Data Acquisition
Before conducting an analysis you must first acquire your data, e.g. via manual creation, importing pre-constructed data, or leveraging APIs.
- Included Datasets- R comes with a variety of built-in datasets. This chapter will teach you how to view the catalog of included datasets, preview individual datasets, and begin working with the data.
- Import from Spreadsheets- Most R users will have to work with spreadsheets at some point in their careers. This chapter will teach you how to import data from spreadsheets, e.g. from a .csv or .xlsx file, and get the imported data into a format that’s easy to work with.
- Working with APIs- API stands for Application Programming Interface. These sorts of tools are commonly used to programmatically pull data from a third party resource. This chapter demonstrates how you can begin to leverage these tools in your own workflows.