Skip to content

Commit 4ad02fe

Browse files
committed
remove gather_multi/spread2 from ReadMe
1 parent 3df3993 commit 4ad02fe

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.Rmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Note that this package more or less assumes your are working within the <span cl
5151

5252
- <span class="func">describe_all</span>: A summary function for mixed data types that provides the information I usually want. Saves one from doing a `group_by %>% summarize` operation to create multiple results for multiple types of variables. Has corresponding <span class="func">describe_all_num</span> and <span class="func">describe_all_cat</span> for numeric-only and categorical-only data respectively.
5353

54-
- <span class="func">gather_multi</span>: Gather multiple sets of variables.
55-
5654
- <span class="func">num_by</span>: A quick summarize, possibly with `dplyr::group_by`, that provides things like mean, sd, etc. See <span class="func">num_summary</span>.
5755

5856
- <span class="func">num_summary</span>: A little better than the base R summary, gives the info one typically wants as well as options for rounding and other statistics.
@@ -61,8 +59,6 @@ Note that this package more or less assumes your are working within the <span cl
6159

6260
- <span class="func">pre_process</span>: Easily pre-process a data set with common operations like standardization, logging, etc.
6361

64-
- <span class="func">spread2</span>: The tidyr spread without the duplicate row id problem.
65-
6662
- <span class="func">sum_NA</span>, <span class="func">sum_NaN</span>, <span class="func">sum_blank</span>: Understand your nothingness.
6763

6864
- <span class="func">row_sums</span>, <span class="func">row_means</span>, <span class="func">row_apply</span>: Simple (intuitive) rowwise calculations.

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ Note that this package more or less assumes your are working within the
6363
<span class="func">describe\_all\_cat</span> for numeric-only and
6464
categorical-only data respectively.
6565

66-
- <span class="func">gather\_multi</span>: Gather multiple sets of
67-
variables.
68-
6966
- <span class="func">num\_by</span>: A quick summarize, possibly with
7067
`dplyr::group_by`, that provides things like mean, sd, etc. See
7168
<span class="func">num\_summary</span>.
@@ -81,9 +78,6 @@ Note that this package more or less assumes your are working within the
8178
- <span class="func">pre\_process</span>: Easily pre-process a data
8279
set with common operations like standardization, logging, etc.
8380

84-
- <span class="func">spread2</span>: The tidyr spread without the
85-
duplicate row id problem.
86-
8781
- <span class="func">sum\_NA</span>,
8882
<span class="func">sum\_NaN</span>,
8983
<span class="func">sum\_blank</span>: Understand your nothingness.

0 commit comments

Comments
 (0)