Whole game

Our goal in this part of the book is to give you a rapid overview of the main tools of data science: importing, tidying, transforming, and visualizing data, as shown in Figure 1. We want to show you the “whole game” of data science giving you just enough of all the major pieces so that you can tackle real, if simple, datasets. The later parts of the book will hit each of these topics in more depth, increasing the range of data science challenges that you can tackle.
在本书这一部分,我们的目标是快速概览数据科学的主要工具:导入 (importing)整洁化 (tidying)转换 (transforming)可视化 (visualizing),如 Figure 1 所示。 我们希望向你展示数据科学的 “完整全局 (whole game)”,让你对所有关键环节都有足够认识,以便能够处理真正但相对简单的数据集。 后续章节将更深入地探讨这些主题,逐步提升你可应对的数据科学挑战的广度和深度。

A diagram displaying the data science cycle: Import -> Tidy -> Understand  (which has the phases Transform -> Visualize -> Model in a cycle) -> Communicate. Surrounding all of these is Program  Import, Tidy, Transform, and Visualize is highlighted.
Figure 1: In this section of the book, you’ll learn how to import, tidy, transform, and visualize data.

Four chapters focus on the tools of data science:
以下四个章节集中介绍数据科学的核心工具:

Nestled among these chapters are four other chapters that focus on your R workflow. In 2  Workflow: basics, 4  Workflow: code style, and 6  Workflow: scripts and projects you’ll learn good workflow practices for writing and organizing your R code. These will set you up for success in the long run, as they’ll give you the tools to stay organized when you tackle real projects. Finally, 8  Workflow: getting help will teach you how to get help and keep learning.
除了上述内容,本部分还穿插了四个专注于 R 工作流的章节。 在 2  Workflow: basics4  Workflow: code style 以及 6  Workflow: scripts and projects 中,你将学习撰写并组织 R 代码的良好工作流实践。 这些技能将在长期项目中助你保持条理与高效。 最后,8  Workflow: getting help 将指导你如何寻求帮助并持续学习。