Permalink
Cannot retrieve contributors at this time
176 lines (158 sloc)
3.27 KB
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
dplyr/_pkgdown.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
url: https://dplyr.tidyverse.org | |
template: | |
package: tidytemplate | |
bootstrap: 5 | |
includes: | |
in_header: | | |
<script defer data-domain="dplyr.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script> | |
home: | |
links: | |
- text: Learn more | |
href: http://r4ds.had.co.nz/transform.html | |
reference: | |
- title: Data frame verbs | |
- subtitle: Rows | |
desc: > | |
Verbs that principally operate on rows. | |
contents: | |
- arrange | |
- distinct | |
- filter | |
- slice | |
- subtitle: Columns | |
desc: > | |
Verbs that principally operate on columns. | |
contents: | |
- glimpse | |
- mutate | |
- pull | |
- relocate | |
- rename | |
- select | |
- subtitle: Groups | |
desc: > | |
Verbs that principally operate on groups of rows. | |
contents: | |
- count | |
- group_by | |
- dplyr_by | |
- rowwise | |
- summarise | |
- reframe | |
- 'n' | |
- subtitle: Data frames | |
desc: > | |
Verbs that principally operate on pairs of data frames. | |
contents: | |
- bind_cols | |
- bind_rows | |
- setops | |
- left_join | |
- nest_join | |
- semi_join | |
- cross_join | |
- join_by | |
- rows | |
- subtitle: Multiple columns | |
desc: > | |
Pair these functions with `mutate()`, `summarise()`, `filter()`, and | |
`group_by()` to operate on multiple columns simultaneously. | |
contents: | |
- across | |
- c_across | |
- pick | |
- title: Vector functions | |
desc: > | |
Unlike other dplyr functions, these functions work on individual vectors, | |
not data frames. | |
contents: | |
- between | |
- case_match | |
- case_when | |
- coalesce | |
- consecutive_id | |
- cumany | |
- desc | |
- if_else | |
- lead | |
- n_distinct | |
- na_if | |
- near | |
- nth | |
- ntile | |
- order_by | |
- percent_rank | |
- recode | |
- row_number | |
- title: Built in datasets | |
contents: | |
- band_members | |
- starwars | |
- storms | |
- title: Grouping helpers | |
desc: > | |
This (mostly) experimental family of functions are used to manipulate | |
groups in various ways. | |
contents: | |
- group_cols | |
- group_map | |
- group_modify | |
- group_trim | |
- title: Superseded | |
desc: > | |
Superseded functions have been replaced by new approaches that we believe | |
to be superior, but we don't want to force you to change until you're | |
ready, so the existing functions will stay around for several years. | |
contents: | |
- sample_frac | |
- top_n | |
- scoped | |
- ends_with("_at") | |
- all_vars | |
- vars | |
- with_groups | |
- title: Remote tables | |
contents: | |
- auto_copy | |
- compute | |
- copy_to | |
- ident | |
- explain | |
- tbl | |
- sql | |
articles: | |
- title: Get started | |
navbar: ~ | |
contents: | |
- dplyr | |
- grouping | |
- two-table | |
- base | |
- title: Automate | |
navbar: Automation | |
contents: | |
- colwise | |
- rowwise | |
- programming | |
- title: Other | |
contents: | |
- window-functions | |
- compatibility | |
news: | |
releases: | |
- text: "Version 1.1.0" | |
href: https://www.tidyverse.org/tags/dplyr-1-1-0/ | |
- text: "Version 1.0.0" | |
href: https://www.tidyverse.org/blog/2020/06/dplyr-1-0-0/ | |
- text: "Version 0.8.3" | |
href: https://www.tidyverse.org/articles/2019/07/dplyr-0-8-3/ | |
- text: "Version 0.8.2" | |
href: https://www.tidyverse.org/articles/2019/06/dplyr-0-8-2/ | |
- text: "Version 0.8.1" | |
href: https://www.tidyverse.org/articles/2019/05/dplyr-0-8-1/ | |
- text: "Version 0.8.0" | |
href: https://www.tidyverse.org/articles/2019/02/dplyr-0-8-0/ | |
- text: "Version 0.7.5" | |
href: https://www.tidyverse.org/articles/2018/06/dplyr-0.7.5/ | |
development: | |
mode: auto |