More minor page count tweaks & fixes

And re-convert with latest htmlbook
This commit is contained in:
Hadley Wickham
2023-01-26 10:36:07 -06:00
parent d9afa135fc
commit aa9d72a7c6
38 changed files with 838 additions and 1093 deletions

View File

@@ -119,7 +119,7 @@ Calling functions</h1>
</div>
</section>
<section id="exercises" data-type="sect1">
<section id="workflow-basics-exercises" data-type="sect1">
<h1>
Exercises</h1>
<ol type="1"><li>
@@ -153,7 +153,7 @@ ggsave(filename = "mpg-plot.png", plot = my_bar_plot)</pre>
</li>
</ol></section>
<section id="summary" data-type="sect1">
<section id="workflow-basics-summary" data-type="sect1">
<h1>
Summary</h1>
<p>Now that youve learned a little more about how R code works, and some tips to help you understand your code when you come back to it in the future. In the next chapter, well continue your data science journey by teaching you about dplyr, the tidyverse package that helps you transform data, whether its selecting important variables, filtering down to rows of interest, or computing summary statistics.</p>