Skip to content

Commit

Permalink
docs (add example)
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 27, 2023
1 parent 17d7766 commit df85e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/recode_into.r
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
#' x >= 3 & x <= 7 ~ 1,
#' x > 5 ~ 2,
#' default = 0,
#' overwrote = FALSE,
#' overwrite = FALSE,
#' verbose = FALSE
#' )

#'
#' set.seed(123)
#' d <- data.frame(
#' x = sample(1:5, 30, TRUE),
Expand Down
3 changes: 2 additions & 1 deletion man/recode_into.Rd

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

0 comments on commit df85e1d

Please sign in to comment.