Skip to content

Commit 54e9b24

Browse files
committed
link to tidyverse_style()
1 parent 26075af commit 54e9b24

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

R/ws.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ NULL
1212
#'
1313
#' @param pkg Path to a (subdirectory of an) R package.
1414
#' @param ... Passed on to the `style` function.
15-
#' @param style The unquoted name of a style guide to use. Will not be used
16-
#' further except to construct the argument `transformers`.
15+
#' @param style A function that creates a style guide to use, by default
16+
#' [tidyverse_style()] (without the parentheses). Will not be used further
17+
#' except to construct the argument `transformers`.
1718
#' @param transformers A set of transformer functions.
1819
#' @export
1920
#' @family stylers

man/style_dir.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/style_file.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/style_pkg.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/style_text.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)