Skip to content

Commit

Permalink
remove gather_multi/spread2 from ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
m-clark committed Jul 2, 2020
1 parent 3df3993 commit 4ad02fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ Note that this package more or less assumes your are working within the <span cl

- <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.

- <span class="func">gather_multi</span>: Gather multiple sets of variables.

- <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>.

- <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.
Expand All @@ -61,8 +59,6 @@ Note that this package more or less assumes your are working within the <span cl

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

- <span class="func">spread2</span>: The tidyr spread without the duplicate row id problem.

- <span class="func">sum_NA</span>, <span class="func">sum_NaN</span>, <span class="func">sum_blank</span>: Understand your nothingness.

- <span class="func">row_sums</span>, <span class="func">row_means</span>, <span class="func">row_apply</span>: Simple (intuitive) rowwise calculations.
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ Note that this package more or less assumes your are working within the
<span class="func">describe\_all\_cat</span> for numeric-only and
categorical-only data respectively.

- <span class="func">gather\_multi</span>: Gather multiple sets of
variables.

- <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>.
Expand All @@ -81,9 +78,6 @@ Note that this package more or less assumes your are working within the
- <span class="func">pre\_process</span>: Easily pre-process a data
set with common operations like standardization, logging, etc.

- <span class="func">spread2</span>: The tidyr spread without the
duplicate row id problem.

- <span class="func">sum\_NA</span>,
<span class="func">sum\_NaN</span>,
<span class="func">sum\_blank</span>: Understand your nothingness.
Expand Down

0 comments on commit 4ad02fe

Please sign in to comment.