Skip to content

Commit

Permalink
Add a generic for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
falaki committed Jul 31, 2015
1 parent fc01f2d commit e8eb86f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/pkg/R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@ setGeneric("isLocal", function(x) { standardGeneric("isLocal") })
#' @export
setGeneric("limit", function(x, num) {standardGeneric("limit") })

#' rdname merge
#' @export
setGeneric("merge", function(x, ...) { standardGeneric("merge") })

#' @rdname withColumn
#' @export
setGeneric("mutate", function(x, ...) {standardGeneric("mutate") })
Expand Down

0 comments on commit e8eb86f

Please sign in to comment.