Skip to content

Commit

Permalink
Merge pull request #30 from rsquaredacademy/develop
Browse files Browse the repository at this point in the history
unwrap examples
  • Loading branch information
aravindhebbali authored Dec 28, 2018
2 parents 239349e + c1f7bd5 commit 0448b69
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions R/rbin-addins.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#' @param data A \code{data.frame} or \code{tibble}.
#'
#' @examples
#' \dontrun{
#' rbinAddin(data = mbank)
#' if (interactive()) {
#' rbinAddin(data = mbank)
#' }
#'
#' @export
Expand Down Expand Up @@ -205,8 +205,8 @@ rbinAddin <- function(data = NULL) {
#' @param data A \code{data.frame} or \code{tibble}.
#'
#' @examples
#' \dontrun{
#' rbinFactorAddin(data = mbank)
#' if (interactive()) {
#' rbinFactorAddin(data = mbank)
#' }
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/rbin-create-bins.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @return \code{data} with dummy variables.
#'
#' @examples
#' k <- rbin_manual(mbank, y, age, c(29, 31, 34, 36, 39, 42, 46, 51, 56))
#' k <- rbin_manual(mbank, y, age, c(29, 39, 56))
#' rbin_create(mbank, age, k)
#'
#' @export
Expand Down
4 changes: 2 additions & 2 deletions man/rbinAddin.Rd

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

4 changes: 2 additions & 2 deletions man/rbinFactorAddin.Rd

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

2 changes: 1 addition & 1 deletion man/rbin_create.Rd

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

0 comments on commit 0448b69

Please sign in to comment.