Skip to content

Commit 6a21914

Browse files
committed
Merge branch 'master' of github.com:hadley/forcats
2 parents b36cb0d + 132ed8b commit 6a21914

File tree

6 files changed

+27
-4
lines changed

6 files changed

+27
-4
lines changed

R/drop.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Drop unnused levels
1+
#' Drop unused levels
22
#'
33
#' Same as \code{\link{droplevels}()}, but with consistent name scheme.
44
#'

R/forcats-package.R

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#' forcats.
2+
#'
3+
#' Helpers for reordering factor levels (including moving specified levels to
4+
#' front, ordering by first appearance, reversing, and randomly shuffling), and
5+
#' tools for modifying factor levels (including collapsing rare levels into
6+
#' other, anonymising, and manually recoding).
7+
#'
8+
#' @name forcats
9+
"_PACKAGE"

docs/fct_drop.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
</header>
5151

52-
<h1>Drop unnused levels</h1>
52+
<h1>Drop unused levels</h1>
5353

5454
<div class="row">
5555
<div class="span8">

docs/reference.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ <h3></h3>
7171
<code><a href="fct_count.html">fct_count</a></code><br />Count entries in a factor</li>
7272

7373
<li>
74-
<code><a href="fct_drop.html">fct_drop</a></code><br />Drop unnused levels</li>
7574

75+
<code><a href="fct_drop.html">fct_drop</a></code><br />Drop unused levels</li>
7676
<li>
7777
<code><a href="fct_expand.html">fct_expand</a></code><br />Add additional levels to a factor</li>
7878

man/fct_drop.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/forcats.Rd

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)