Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeblair committed Jun 8, 2018
1 parent 16bd947 commit 2d7be3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/tidy_step.R
Expand Up @@ -12,7 +12,7 @@
#' # With dplyr verbs like mutate
#' library(dplyr)
#' my_population <- declare_population(N = 10)
#' a_wrapped_mutate <- wrap_step(mutate(q = 5))
#' a_wrapped_mutate <- tidy_step(mutate(q = 5))
#'
#' my_design <- my_population + a_wrapped_mutate
#' my_design
Expand All @@ -24,7 +24,7 @@
#' data
#' }
#'
#' my_design <- my_population + wrap_step(my_function(my_mean = 5))
#' my_design <- my_population + tidy_step(my_function(my_mean = 5))
#' my_design
#'
tidy_step <- function(...){
Expand Down
4 changes: 2 additions & 2 deletions man/tidy_step.Rd

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

0 comments on commit 2d7be3f

Please sign in to comment.