CERT_CHALLENGE / data_new /packages.html
bsmith3715's picture
Upload 5 files
c7af4d7 verified
<!DOCTYPE html>
<html>
<head>
<!DOCTYPE html>
<html lang="en-us">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/main-site.css">
<link rel="stylesheet" href="/css/fa5-all.css">
<style type="text/css">
/* Google Fonts */
body {
background-color: white;
color: #1a1917;
}
/* Links */
a {
color: #38577f;
}
a:hover {
color: #42709b;
}
a:focus {
outline-color: #42709b;
}
.column25-left .sectionTitle a:hover:not(.current),
.column16-left .sectionTitle a:hover:not(.current) { /* Tutorial left sidebar */
color: #1a1917;
}
.icon-attribution,
.icon-attribution a {
color: #1a1917;
opacity: 75%;
}
/* Landing page content bands */
#homeContent .band.first {
background-color: white;
}
#homeContent .band.second {
background-color: #fdeba4;
}
#homeContent .band.third {
background-color: white;
}
/* Top navigation bar menu */
#rStudioHeader {
background-color: #1a162d;
color: #fff;
}
#rStudioHeader .productName {
color: #fff;
}
#rStudioHeader .productName:hover,
#rStudioHeader .productName:focus {
color: #fdeba4;
}
#rStudioHeader #menu .menuItem.a {
background-color: #75aadb;
color: #fff;
}
#rStudioHeader #menu .menuItem:hover {
background-color: #484557;
color: #fff;
}
#rStudioHeader #menu .menuItem.current {
background-color: #fff;
color: #1a162d;
text-decoration: none;
}
/* Footer */
#rStudioFooter.band {
background-color: #767381;
}
#rStudioFooter .bandContent #copyright {
color: #e3eef8;
}
/* Tables */
table tbody tr:nth-child(even){
background-color: #f7faff;
}
table tbody tr:nth-child(odd){
background-color: #fff;
}
.latest {
border-top: .5em solid <no value>;
}
/* ------Accent Font------- */
/* ----Accent color for headers, toc, etc.----- */
/* Custom colored bullets */
/* ------Capitalization of Headers------- */
/* -----Hexes------*/
/*----- Borders------ */
/*--- Event Stickies ---*/
.event {
-moz-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.section .event {
background-color: #eab0c41a;
}
.section .event {
border-top: 7pt solid #a19ea936;
}
.section .event a{
color: #1a162d;
}
.section .event {
color: #404040;
}
/* ------Test Drive Button-------*/
</style>
<link rel="stylesheet" href="/css/tidyverse.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Hugo 0.71.1" />
<title>Tidyverse packages</title>
<meta property="og:title" content="Tidyverse packages" />
<meta property="og:description" content="Installation and use Install all the packages in the tidyverse by running install.packages(&quot;tidyverse&quot;).
Run library(tidyverse) to load the core tidyverse and make it available in your current R session.
Learn more about the tidyverse package at https://tidyverse.tidyverse.org.
Core tidyverse The core tidyverse includes the packages that you&rsquo;re likely to use in everyday data analyses. As of tidyverse 1." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.tidyverse.org/packages/" />
<meta property="twitter:card" content="summary_large_image">
<meta property="og:title" content="Tidyverse packages" />
<meta property="og:description" content="Installation and use Install all the packages in the tidyverse by running install.packages(&quot;tidyverse&quot;).
Run library(tidyverse) to load the core tidyverse and make it available in your current R session.
Learn more about the tidyverse package at https://tidyverse.tidyverse.org.
Core tidyverse The core tidyverse includes the packages that you&rsquo;re likely to use in everyday data analyses. As of tidyverse 1." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.tidyverse.org/packages/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tidyverse packages"/>
<meta name="twitter:description" content="Installation and use Install all the packages in the tidyverse by running install.packages(&quot;tidyverse&quot;).
Run library(tidyverse) to load the core tidyverse and make it available in your current R session.
Learn more about the tidyverse package at https://tidyverse.tidyverse.org.
Core tidyverse The core tidyverse includes the packages that you&rsquo;re likely to use in everyday data analyses. As of tidyverse 1."/>
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png" />
<link rel="manifest" href="/images/favicons/site.webmanifest" />
<link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" />
<link rel="shortcut icon" href="/images/favicons/favicon.ico" />
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" href="/images/favicons/browserconfig.xml" >
<script type="text/javascript" src="/js/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="/js/site.js"></script>
<link rel="icon" href="/images/favicon.ico" />
<script type="text/javascript" src="/js/clipboard.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script>
<script defer data-domain="tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
<body>
<div id="appTidyverseSite" class="shrinkHeader alwaysShrinkHeader">
<div id="main">
<div id="rStudioHeader">
<div class="band">
<div class="innards bandContent">
<div>
<a class="productName" href="/">Tidyverse</a>
</div>
<div id="menu">
<div id="menuToggler"></div>
<div id="menuItems" class="">
<a class="menuItem current" href="/packages/">Packages</a>
<a class="menuItem " href="/blog/">Blog</a>
<a class="menuItem " href="/learn/">Learn</a>
<a class="menuItem " href="/help/">Help</a>
<a class="menuItem " href="/contribute/">Contribute</a>
</div>
</div>
</div>
</div>
</div>
</head>
<body>
<div class="band padForHeader pushFooter">
<div class="bandContent">
<div class="full splitColumns withMobileMargins">
<div class="column75">
<h1 class="article-title">Tidyverse packages</h1>
<div class="article-header" aria-hidden="true">
</div>
</p>
<div class="article-content">
<h2 id="installation-and-use">Installation and use
<a href="#installation-and-use">
<svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="currentColor"></path>
<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"></path>
</svg>
</a>
</h2><ul>
<li>
<p>Install all the packages in the tidyverse by running <code>install.packages(&quot;tidyverse&quot;)</code>.</p>
</li>
<li>
<p>Run <code>library(tidyverse)</code> to load the core tidyverse and make it available
in your current R session.</p>
</li>
</ul>
<p>Learn more about the tidyverse package at <a href="https://tidyverse.tidyverse.org">https://tidyverse.tidyverse.org</a>.</p>
<h2 id="core-tidyverse">Core tidyverse
<a href="#core-tidyverse">
<svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="currentColor"></path>
<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"></path>
</svg>
</a>
</h2><p>The core tidyverse includes the packages that you&rsquo;re likely to use in everyday data analyses. As of tidyverse 1.3.0, the following packages are included in the core tidyverse:</p>
<div class="package-section">
<div class="packages">
<div class="package">
<a href="https://ggplot2.tidyverse.org/" target="_blank">
<img class="package-image" src="/css/images/hex/ggplot2.png" alt="" aria-hidden="true"></img>
</a>
<div class="package-info">
<h3><a href="https://ggplot2.tidyverse.org/" target="_blank">ggplot2</a></h3>
<p>ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.&nbsp;<a href="https://ggplot2.tidyverse.org/" aria-hidden="true" target="_blank">Go to docs...</a></p>
</div>
</div>
<div class="package">
<a href="https://dplyr.tidyverse.org/" target="_blank">
<img class="package-image" src="/css/images/hex/dplyr.png" alt="" aria-hidden="true"></img>
</a>
<div class="package-info">
<h3><a href="https://dplyr.tidyverse.org/" target="_blank">dplyr</a></h3>
<p>dplyr provides a grammar of data manipulation, providing a consistent set of verbs that solve the most common data manipulation challenges.&nbsp;<a href="https://dplyr.tidyverse.org/" aria-hidden="true" target="_blank">Go to docs...</a></p>
</div>
</div>
<div class="package">
<a href="https://tidyr.tidyverse.org/" target="_blank">
<img class="package-image" src="/css/images/hex/tidyr.png" alt="" aria-hidden="true"></img>
</a>
<div class="package-info">
<h3><a href="https://tidyr.tidyverse.org/" target="_blank">tidyr</a></h3>
<p>tidyr provides a set of functions that help you get to tidy data. Tidy data is data with a consistent form: in brief, every variable goes in a column, and every column is a variable.&nbsp;<a href="https://tidyr.tidyverse.org/" aria-hidden="true" target="_blank">Go to docs...</a></p>
</div>
</div>
<div class="package">
<a href="https://readr.tidyverse.org/" target="_blank">
<img class="package-image" src="/css/images/hex/readr.png" alt="" aria-hidden="true"></img>
</a>
<div class="package-info">
<h3><a href="https://readr.tidyverse.org/" target="_blank">readr</a></h3>
<p>readr provides a fast and friendly way to read rectangular data (like csv, tsv, and fwf). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes. &nbsp;<a href="https://readr.tidyverse.org/" aria-hidden="true" target="_blank">Go to docs...</a></p>
</div>
</div>
<div class="package">
<a href="https://purrr.tidyverse.org/" target="_blank">
<img class="package-image" src="/css/images/hex/purrr.png" alt="" aria-hidden="true"></img>
</a>
<div class="package-info">
<h3><a href="https://purrr.tidyverse.org/" target="_blank">purrr</a></h3>
<p>purrr enhances R’s functional programming (FP) toolkit by providing a complete and consistent set of tools for working with functions and vectors. Once you master the basic concepts, purrr allows you to replace many for loops with code that is easier to write and more expressive.&nbsp;<a href="https://purrr.tidyverse.org/" aria-hidden="true" target="_blank">Go to docs...</a></p>
</div>
</div>
<div class="package">
<a href="https://tibble.tidyverse.org/" target="_blank">
<img class="package-image" src="/css/images/hex/tibble.png" alt="" aria-hidden="true"></img>
</a>
<div class="package-info">
<h3><a href="https://tibble.tidyverse.org/" target="_blank">tibble</a></h3>
<p>tibble is a modern re-imagining of the data frame, keeping what time has proven to be effective, and throwing out what it has not. Tibbles are data.frames that are lazy and surly: they do less and complain more forcing you to confront problems earlier, typically leading to cleaner, more expressive code.&nbsp;<a href="https://tibble.tidyverse.org/" aria-hidden="true" target="_blank">Go to docs...</a></p>
</div>
</div>
<div class="package">
<a href="https://stringr.tidyverse.org/" target="_blank">
<img class="package-image" src="/css/images/hex/stringr.png" alt="" aria-hidden="true"></img>
</a>
<div class="package-info">
<h3><a href="https://stringr.tidyverse.org/" target="_blank">stringr</a></h3>
<p>stringr provides a cohesive set of functions designed to make working with strings as easy as possible. It is built on top of stringi, which uses the ICU C library to provide fast, correct implementations of common string manipulations.&nbsp;<a href="https://stringr.tidyverse.org/" aria-hidden="true" target="_blank">Go to docs...</a></p>
</div>
</div>
<div class="package">
<a href="https://forcats.tidyverse.org/" target="_blank">
<img class="package-image" src="/css/images/hex/forcats.png" alt="" aria-hidden="true"></img>
</a>
<div class="package-info">
<h3><a href="https://forcats.tidyverse.org/" target="_blank">forcats</a></h3>
<p>forcats provides a suite of useful tools that solve common problems with factors. R uses factors to handle categorical variables, variables that have a fixed and known set of possible values.&nbsp;<a href="https://forcats.tidyverse.org/" aria-hidden="true" target="_blank">Go to docs...</a></p>
</div>
</div>
<div class="package">
<a href="https://lubridate.tidyverse.org/" target="_blank">
<img class="package-image" src="/css/images/hex/lubridate.png" alt="" aria-hidden="true"></img>
</a>
<div class="package-info">
<h3><a href="https://lubridate.tidyverse.org/" target="_blank">lubridate</a></h3>
<p>lubridate provides a set of functions for working with date-times, extending and improving on R&#39;s existing support for them.&nbsp;<a href="https://lubridate.tidyverse.org/" aria-hidden="true" target="_blank">Go to docs...</a></p>
</div>
</div>
</div>
</div>
<p>The tidyverse also includes many other packages with more specialised usage. They are not loaded automatically with <code>library(tidyverse)</code>, so you&rsquo;ll need to load each one with its own call to <code>library()</code>.</p>
<h2 id="import">Import
<a href="#import">
<svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="currentColor"></path>
<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"></path>
</svg>
</a>
</h2><p>As well as
<a href="https://readr.tidyverse.org" target="_blank" rel="noopener">readr</a>, for reading flat files, the tidyverse package installs a number of other packages for reading data:</p>
<ul>
<li>
<p>
<a href="https://dbi.r-dbi.org" target="_blank" rel="noopener">DBI</a> for relational databases.
(Maintained by
<a href="https://www.cynkra.com" target="_blank" rel="noopener">Kirill Müller</a>.)
You&rsquo;ll need to pair DBI with a database specific backends like
<a href="https://rsqlite.r-dbi.org" target="_blank" rel="noopener">RSQLite</a>,
<a href="https://rmariadb.r-dbi.org" target="_blank" rel="noopener">RMariaDB</a>,
<a href="https://rpostgres.r-dbi.org" target="_blank" rel="noopener">RPostgres</a>, or
<a href="https://github.com/r-dbi/odbc" target="_blank" rel="noopener">odbc</a>.
Learn more at <a href="https://db.rstudio.com">https://db.rstudio.com</a>.</p>
</li>
<li>
<p>
<a href="https://haven.tidyverse.org" target="_blank" rel="noopener">haven</a> for SPSS, Stata, and SAS data.</p>
</li>
<li>
<p>
<a href="https://httr.r-lib.org" target="_blank" rel="noopener">httr</a> for web APIs.</p>
</li>
<li>
<p>
<a href="https://readxl.tidyverse.org" target="_blank" rel="noopener">readxl</a> for <code>.xls</code> and <code>.xlsx</code> sheets.</p>
</li>
<li>
<p>
<a href="https://googlesheets4.tidyverse.org" target="_blank" rel="noopener">googlesheets4</a> for
<a href="https://docs.google.com/spreadsheets/" target="_blank" rel="noopener">Google Sheets</a> via the
<a href="https://developers.google.com/sheets/api/" target="_blank" rel="noopener">Sheets API v4</a>.</p>
</li>
<li>
<p>
<a href="https://googledrive.tidyverse.org" target="_blank" rel="noopener">googledrive</a> for
<a href="https://drive.google.com/" target="_blank" rel="noopener">Google Drive</a> files.</p>
</li>
<li>
<p>
<a href="https://rvest.tidyverse.org" target="_blank" rel="noopener">rvest</a> for web scraping.</p>
</li>
<li>
<p>
<a href="https://github.com/jeroen/jsonlite#jsonlite" target="_blank" rel="noopener">jsonlite</a>
for JSON. (Maintained by
<a href="https://github.com/jeroen" target="_blank" rel="noopener">Jeroen Ooms</a>.)</p>
</li>
<li>
<p>
<a href="https://xml2.r-lib.org" target="_blank" rel="noopener">xml2</a> for XML.</p>
</li>
</ul>
<h2 id="wrangle">Wrangle
<a href="#wrangle">
<svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="currentColor"></path>
<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"></path>
</svg>
</a>
</h2><p>In addition to
<a href="https://tidyr.tidyverse.org" target="_blank" rel="noopener">tidyr</a>,
<a href="https://dplyr.tidyverse.org" target="_blank" rel="noopener">dplyr</a>, and the three specialized packages already in core tidyverse (
<a href="https://stringr.tidyverse.org" target="_blank" rel="noopener">stringr</a>,
<a href="https://forcats.tidyverse.org" target="_blank" rel="noopener">forcats</a> and
<a href="https://lubridate.tidyverse.org" target="_blank" rel="noopener">lubridate</a>), there are two others which are designed to work with specific types of data:</p>
<ul>
<li>
<a href="https://hms.tidyverse.org" target="_blank" rel="noopener">hms</a> for time-of-day values.</li>
<li>
<a href="https://blob.tidyverse.org" target="_blank" rel="noopener">blob</a> for storing blob (binary) data.</li>
</ul>
<h3 id="dplyr-backends">dplyr backends
<a href="#dplyr-backends">
<svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="currentColor"></path>
<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"></path>
</svg>
</a>
</h3><p>There are also two packages that allow you to interface with different backends using the same dplyr syntax:</p>
<ul>
<li>
<a href="https://dbplyr.tidyverse.org" target="_blank" rel="noopener">dbplyr</a> allows you to use remote database tables by converting dplyr code into SQL.</li>
<li>
<a href="https://dtplyr.tidyverse.org" target="_blank" rel="noopener">dtplyr</a> provides a
<a href="http://r-datatable.com" target="_blank" rel="noopener">data.table</a> backend by automatically translating to the equivalent, but usually much faster, data.table code.</li>
</ul>
<h2 id="program">Program
<a href="#program">
<svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="currentColor"></path>
<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"></path>
</svg>
</a>
</h2><p>In addition to
<a href="https://purrr.tidyverse.org" target="_blank" rel="noopener">purrr</a>, which provides very consistent and natural methods for iterating on R objects, there are two additional tidyverse packages that help with general programming challenges:</p>
<ul>
<li>
<p>
<a href="https://magrittr.tidyverse.org" target="_blank" rel="noopener">magrittr</a> provides the pipe, <code>%&gt;%</code> used
throughout the tidyverse. It also provide a number of more specialised
piping operators (like <code>%$%</code> and <code>%&lt;&gt;%</code>) that can be useful in other places.</p>
</li>
<li>
<p>
<a href="https://glue.tidyverse.org" target="_blank" rel="noopener">glue</a> provides an alternative to
<code>paste()</code> that makes it easier to combine data and strings.</p>
</li>
</ul>
<h2 id="model">Model
<a href="#model">
<svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="currentColor"></path>
<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"></path>
</svg>
</a>
</h2><p>Modeling with the tidyverse uses the collection of
<a href="https://www.tidymodels.org/" target="_blank" rel="noopener">tidymodels packages</a>, which largely replace the
<a href="https://modelr.tidyverse.org" target="_blank" rel="noopener">modelr</a> package used in
<a href="https://r4ds.had.co.nz/" target="_blank" rel="noopener">R4DS</a>. These packages provide a comprehensive foundation for creating and using models of all types. Visit the
<a href="https://www.tidymodels.org/start/" target="_blank" rel="noopener"><em>Getting Started</em></a> guide or, for more detailed examples, go straight to the
<a href="https://www.tidymodels.org/learn/" target="_blank" rel="noopener"><em>Learn</em></a> page.</p>
<h2 id="get-help">Get help
<a href="#get-help">
<svg class="anchor-symbol" aria-hidden="true" height="26" width="26" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="currentColor"></path>
<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"></path>
</svg>
</a>
</h2><p>If you’re asking for R help, reporting a bug, or requesting a new feature, you’re more likely to succeed if you include a good reproducible example, which is precisely what the
<a href="https://reprex.tidyverse.org/" target="_blank" rel="noopener">reprex</a> package is meant for. You can learn more about reprex, along with other tips on how to help others help you in the
<a href="https://www.tidyverse.org/help/" target="_blank" rel="noopener">help section</a>.</p>
</div>
</div>
<div class="column25">
<div class="section hideOnMobile">
<div class="sectionTitle">Contents</div>
<nav id="TableOfContents">
<ul>
<li><a href="#installation-and-use">Installation and use</a></li>
<li><a href="#core-tidyverse">Core tidyverse</a></li>
<li><a href="#import">Import</a></li>
<li><a href="#wrangle">Wrangle</a></li>
<li><a href="#program">Program</a></li>
<li><a href="#model">Model</a></li>
<li><a href="#get-help">Get help</a></li>
</ul>
</nav>
</div>
<div class="section">
</div>
</div>
</div>
</div>
</div>
<div id="rStudioFooter" class="band">
<div class="bandContent">
<div id="copyright">
The tidyverse is proudly supported by <a class="rstudioLogo" href="https://posit.co/" aria-label="Posit Homepage"></a>
</div>
<div id="logos">
<a href="https://www.tidyverse.org/google_privacy_policy">Privacy policy</a>
<a href="https://github.com/tidyverse" class="footerLogo gitHub" aria-label="Tidyverse GitHub organization"></a>
<a href="https://twitter.com/hashtag/rstats" class="footerLogo twitter" aria-label="rstats hashtag on twitter.com"></a>
</div>
</div>
</div>
</div>
</div>
<script src="/js/math-code.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
}
});
</script>
<script async src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script type="application/javascript">
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
var doNotTrack = (dnt == "1" || dnt == "yes");
if (!doNotTrack) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
if (window.sessionStorage) {
var GA_SESSION_STORAGE_KEY = 'ga:clientId';
ga('create', 'UA-115082821-1', {
'storage': 'none',
'clientId': sessionStorage.getItem(GA_SESSION_STORAGE_KEY)
});
ga(function(tracker) {
sessionStorage.setItem(GA_SESSION_STORAGE_KEY, tracker.get('clientId'));
});
}
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
}
</script>
</body>
</html>
</body>
</html>