|
5 | 5 |
|
6 | 6 | <meta charset="UTF-8">
|
7 | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
8 |
| - <title>Hands-On Programming with R</title> |
| 8 | + <title>D Loading and Saving Data in R | Hands-On Programming with R</title> |
9 | 9 | <meta name="description" content="This book will teach you how to program in R, with hands-on examples. I wrote it for non-programmers to provide a friendly introduction to the R language. You’ll learn how to load data, assemble and disassemble data objects, navigate R’s environment system, write your own functions, and use all of R’s programming tools. Throughout the book, you’ll use your newfound skills to solve practical data science problems.">
|
10 | 10 | <meta name="generator" content="bookdown and GitBook 2.6.7">
|
11 | 11 |
|
12 |
| - <meta property="og:title" content="Hands-On Programming with R" /> |
| 12 | + <meta property="og:title" content="D Loading and Saving Data in R | Hands-On Programming with R" /> |
13 | 13 | <meta property="og:type" content="book" />
|
14 | 14 | <meta property="og:url" content="https://rstudio-education.github.io/hopr/" />
|
15 | 15 | <meta property="og:image" content="https://rstudio-education.github.io/hopr/cover.png" />
|
16 | 16 | <meta property="og:description" content="This book will teach you how to program in R, with hands-on examples. I wrote it for non-programmers to provide a friendly introduction to the R language. You’ll learn how to load data, assemble and disassemble data objects, navigate R’s environment system, write your own functions, and use all of R’s programming tools. Throughout the book, you’ll use your newfound skills to solve practical data science problems." />
|
17 | 17 | <meta name="github-repo" content="rstudio-education/hopr" />
|
18 | 18 |
|
19 | 19 | <meta name="twitter:card" content="summary" />
|
20 |
| - <meta name="twitter:title" content="Hands-On Programming with R" /> |
| 20 | + <meta name="twitter:title" content="D Loading and Saving Data in R | Hands-On Programming with R" /> |
21 | 21 | <meta name="twitter:site" content="@statgarrett" />
|
22 | 22 | <meta name="twitter:description" content="This book will teach you how to program in R, with hands-on examples. I wrote it for non-programmers to provide a friendly introduction to the R language. You’ll learn how to load data, assemble and disassemble data objects, navigate R’s environment system, write your own functions, and use all of R’s programming tools. Throughout the book, you’ll use your newfound skills to solve practical data science problems." />
|
23 | 23 | <meta name="twitter:image" content="https://rstudio-education.github.io/hopr/cover.png" />
|
@@ -778,6 +778,10 @@ <h3><span class="header-section-number">D.6.1</span> Connecting to Databases</h3
|
778 | 778 | "link": "https://github.com/rstudio-education/hopr/edit/master/a4-data.rmd",
|
779 | 779 | "text": "Edit"
|
780 | 780 | },
|
| 781 | +"history": { |
| 782 | +"link": null, |
| 783 | +"text": null |
| 784 | +}, |
781 | 785 | "download": null,
|
782 | 786 | "toc": {
|
783 | 787 | "collapse": "section"
|
|
0 commit comments