Skip to content

Commit

Permalink
issue quantargo#30- function argument documented,
Browse files Browse the repository at this point in the history
issue quantargo#31- detailed description of a function added
  • Loading branch information
MarkoBarzic committed May 6, 2019
1 parent 1096187 commit 9514ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/meanimpute.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#' Meanimputation
#' @param x A vector
#' @export
meanimpute <- function(x) {
x[is.na(x)] <- mean(x, na.rm = TRUE)
Expand Down

0 comments on commit 9514ba4

Please sign in to comment.