Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed May 29, 2019
1 parent 4b4b877 commit 179df2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man-roxygen/example-all.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ DT %>%
DT[, (whole) := lapply(.SD, as.integer), .SDcols = whole
][vs == 1 | am == 1, lapply(.SD, scale), .SDcols = names(DT)[sapply(DT, Negate(is.integer))]]

# Alternatives to keep all columns (*copying* non-scaled ones)
# Alternative to keep all columns (*copying* non-scaled ones)
scale_non_integers <- function(x) {
if (is.integer(x)) x else scale(x)
}
Expand Down
2 changes: 1 addition & 1 deletion man/table.express-package.Rd

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

0 comments on commit 179df2f

Please sign in to comment.