From 6b92efbf523a6c48671218dba55064fa9ffd2469 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 23 Jan 2023 07:57:03 -0600 Subject: [PATCH] Drop subhead from section intro --- program.qmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/program.qmd b/program.qmd index c02e2da..48e7f39 100644 --- a/program.qmd +++ b/program.qmd @@ -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.