Skip to content

Commit c220f0d

Browse files
committed
docs: Avoid topic clashes for ?mutate and other verbs
1 parent 7aa566a commit c220f0d

File tree

9 files changed

+50
-69
lines changed

9 files changed

+50
-69
lines changed

R/reexport.R

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,127 @@
11
#' @export
2+
#' @noRd
23
dplyr::`%>%`
34

45
#' @export
6+
#' @noRd
57
dplyr::filter
68

79
#' @export
10+
#' @noRd
811
dplyr::mutate
912

1013
#' @export
14+
#' @noRd
1115
dplyr::transmute
1216

1317
#' @export
18+
#' @noRd
1419
dplyr::summarise
1520

1621
#' @export
22+
#' @noRd
1723
dplyr::summarize
1824

1925
#' @export
26+
#' @noRd
2027
dplyr::select
2128

2229
#' @export
30+
#' @noRd
2331
dplyr::rename
2432

2533
#' @export
34+
#' @noRd
2635
dplyr::group_by
2736

2837
#' @export
38+
#' @noRd
2939
dplyr::ungroup
3040

3141
#' @export
42+
#' @noRd
3243
dplyr::left_join
3344

3445
#' @export
46+
#' @noRd
3547
dplyr::inner_join
3648

3749
#' @export
50+
#' @noRd
3851
dplyr::full_join
3952

4053
#' @export
54+
#' @noRd
4155
dplyr::semi_join
4256

4357
#' @export
58+
#' @noRd
4459
dplyr::anti_join
4560

4661
#' @export
62+
#' @noRd
4763
dplyr::right_join
4864

4965
#' @export
66+
#' @noRd
5067
dplyr::collect
5168

5269
#' @export
70+
#' @noRd
5371
dplyr::compute
5472

5573
#' @export
74+
#' @noRd
5675
dplyr::copy_to
5776

5877
#' @export
78+
#' @noRd
5979
dplyr::src_tbls
6080

6181
#' @export
82+
#' @noRd
6283
dplyr::tbl
6384

6485
#' @export
86+
#' @noRd
6587
dplyr::arrange
6688

6789
#' @export
90+
#' @noRd
6891
dplyr::rows_insert
6992

7093
#' @export
94+
#' @noRd
7195
dplyr::rows_append
7296

7397
#' @export
98+
#' @noRd
7499
dplyr::rows_update
75100

76101
#' @export
102+
#' @noRd
77103
dplyr::rows_patch
78104

79105
#' @export
106+
#' @noRd
80107
dplyr::rows_upsert
81108

82109
#' @export
110+
#' @noRd
83111
dplyr::rows_delete
84112

85113
#' @export
114+
#' @noRd
86115
tibble::glimpse
87116

88117
#' @export
118+
#' @noRd
89119
tibble::tibble
90120

91121
#' @export
122+
#' @noRd
92123
tidyr::unite
93124

94125
#' @export
126+
#' @noRd
95127
tidyr::separate

man/dm.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dm_get_tables.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dm_paste.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dm_zoom_to.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dplyr_src.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/materialize.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/reexports.Rd

Lines changed: 0 additions & 51 deletions
This file was deleted.

man/rows-dm.Rd

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)