Skip to content

Commit

Permalink
Add internal keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
arisp99 committed Jan 15, 2022
1 parent cbf00b7 commit 5ed5bac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/filter.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Filter function factory
#'
#' Define a function factory to create filtering functions that filter the
#' data based on a single column.
#' Define a function factory to create filtering functions that filter data
#' based on a single column.
#'
#' @param .col The name of the column used to filter the data.
#' @param .type The type of the column.
Expand Down
5 changes: 3 additions & 2 deletions man/filter_fn_factory.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ed5bac

Please sign in to comment.