Skip to content

Commit

Permalink
Merge pull request #521 from ropensci/develop
Browse files Browse the repository at this point in the history
Fix doc links
  • Loading branch information
michaelquinn32 committed Nov 7, 2019
2 parents 6c34c6c + c72d981 commit 48478da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions R/dplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#'
#' @param .data A `skim_df`, which behaves like a `tbl.`
#' @param ... Name-value pairs of expressions, each with length 1 or the same
#' length as the number of rows in the group (if using [group_by()] or in the
#' entire input (if not using groups). The name of each argument will be the
#' name of a new variable, and the value will be its corresponding value. Use
#' `NULL` value in `mutate` to drop a variable. New variables overwrite
#' existing variables of the same name.
#' length as the number of rows in the group (if using [dplyr::group_by()] or
#' in the entire input (if not using groups). The name of each argument will
#' be the name of a new variable, and the value will be its corresponding
#' value. Use `NULL` value in `mutate` to drop a variable. New variables
#' overwrite existing variables of the same name.
#'
#' The arguments in `...` are automatically [quoted](rlang::quo) and
#' [evaluated](rlang::eval_tidy) in the context of the data frame. They
#' support [unquoting](rlang::quasiquotation) and splicing. See
#' The arguments in `...` are automatically [quoted][rlang::quo] and
#' [evaluated][rlang::eval_tidy] in the context of the data frame. They
#' support [unquoting][rlang::quasiquotation] and splicing. See
#' `vignette("programming", package = "dplyr")` for an introduction to these
#' concepts.
#' @return A `skim_df` object, which also inherits the class(es) of the input
Expand Down
16 changes: 8 additions & 8 deletions man/mutate.skim_df.Rd

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

0 comments on commit 48478da

Please sign in to comment.