More minor page count tweaks & fixes
And re-convert with latest htmlbook
This commit is contained in:
@@ -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 you’ve 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, we’ll continue your data science journey by teaching you about dplyr, the tidyverse package that helps you transform data, whether it’s selecting important variables, filtering down to rows of interest, or computing summary statistics.</p>
|
||||
|
||||
Reference in New Issue
Block a user