Skip to content

Commit

Permalink
modified: pkg/R/RDD.R
Browse files Browse the repository at this point in the history
  • Loading branch information
hqzizania committed Feb 4, 2015
1 parent 4914091 commit 5d69f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/R/RDD.R
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ setMethod("collectPartition",
#' @examples
#'\dontrun{
#' sc <- sparkR.init()
#' rdd <- parallelize(sc, list(list(1, 2),list(3, 4)), 2L)
#' rdd <- parallelize(sc, list(list(1, 2), list(3, 4)), 2L)
#' collectAsMap(rdd) # list(`1` = 2, `3` = 4)
#'}
setGeneric("collectAsMap", function(rdd) { standardGeneric("collectAsMap") })
Expand Down

0 comments on commit 5d69f0a

Please sign in to comment.