Skip to content

Commit

Permalink
Add missing since to repeat note
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Apr 27, 2017
1 parent 66636ef commit e5c1415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -3796,7 +3796,7 @@ setMethod("split_string",
#' # This is equivalent to the following SQL expression
#' first(selectExpr(df, "repeat(value, 3)"))
#' }
#' @note repeat_string 2.3.0
#' @note repeat_string since 2.3.0
setMethod("repeat_string",
signature(x = "Column", n = "numeric"),
function(x, n) {
Expand Down

0 comments on commit e5c1415

Please sign in to comment.