Drop subhead from section intro
This commit is contained in:
parent
5da1c82fd8
commit
6b92efbf52
|
@ -55,8 +55,6 @@ In the following three chapters, you'll learn skills to improve your programming
|
|||
In @sec-base-r, you'll learn some of the most important base R functions that you'll see in the wild.
|
||||
These functions tend to be designed to use individual vectors, rather than data frames, often making them a good fit for your programming needs.
|
||||
|
||||
## Learning more
|
||||
|
||||
The goal of these chapters is to teach you the minimum about programming that you need to practice data science.
|
||||
Once you have mastered the material in this book, we strongly believe you should continue to invest in your programming skills.
|
||||
Learning more about programming is a long-term investment: it won't pay off immediately, but in the long term it will allow you to solve new problems more quickly, and let you reuse your insights from previous problems in new scenarios.
|
||||
|
|
Loading…
Reference in New Issue