Commit O'Reilly HTML files to monitor fixes

This commit is contained in:
Hadley Wickham
2022-11-18 10:28:19 -06:00
parent 31ef77ced6
commit 4caea5281b
39 changed files with 17407 additions and 1 deletions

19
oreilly/preface-2e.html Normal file
View File

@@ -0,0 +1,19 @@
<section data-type="chapter" id="chp-preface-2e">
<h1>Preface to the second edition</h1><p>Welcome to the second edition of “R for Data Science”.</p>
<section id="major-changes" data-type="sectNA">
<h1>Major changes</h1>
<ul><li><p>The first part is renamed to “whole game” to reflect the entire data science cycle. It gains a new chapter that briefly introduces the basics of reading data from csv files.</p></li>
<li><p>The wrangle part is now transform and gains new chapters on numbers, logical vectors, and missing values. These were previously parts of the data transformation chapter, but needed much more room.</p></li>
<li><p>Weve added new chapters on column-wise and row-wise operations.</p></li>
<li><p>Weve added a new set of chapters on import that goes beyond importing rectangular data to include chapters on working with spreadsheets, databases, and scraping data from the web.</p></li>
<li><p>The modeling part has been removed. For modeling, we recommend using packages from <a href="#chp-https://www.tidymodels.org/" data-type="xref">#chp-https://www.tidymodels.org/</a> and reading <a href="#chp-https://www.tmwr.org/" data-type="xref">#chp-https://www.tmwr.org/</a> by Max Kuhn and Julia Silge to learn more about them.</p></li>
<li><p>Weve switched from the magrittr pipe to the base pipe.</p></li>
</ul></section>
<section id="acknowledgements" data-type="sectNA">
<h1>Acknowledgements</h1>
<p><em>TO DO: Add acknowledgements.</em></p>
</section>
</section>