Displaying 3 results from an estimated 3 matches for "rhmr".
Did you mean:
rhdr
2012 May 31
1
Repost: Expressions returned by GlobalEnv functions and package functions
...,1)
})
becomes:
expression({
NULL
result <- mapply(function(.index, k, r) {
{
len <- length(r$addon)
rhcollect(len, 1)
}
}, 1:length(map.values), map.keys, map.values)
NULL
})
attr(,"class")
[1] "expression" "rhmr-map"
ewrap is defined in the GlobalEnv. In my package (Rhipe), a function
rhwrap has the exact same definition
rhwap <- function(co1=NULL,before=NULL,after=NULL){
co <- substitute(co1); before=substitute(before)
j <- as.expression(bquote({
.(BE)
result <- mapply(func...
2012 May 31
0
Expressions returned by a Package function
...,1)
})
becomes:
expression({
NULL
result <- mapply(function(.index, k, r) {
{
len <- length(r$addon)
rhcollect(len, 1)
}
}, 1:length(map.values), map.keys, map.values)
NULL
})
attr(,"class")
[1] "expression" "rhmr-map"
ewrap is defined in the GlobalEnv. In my package (Rhipe), a function rhwrap
has the exact same definition
rhwap <- function(co1=NULL,before=NULL,after=NULL){
co <- substitute(co1); before=substitute(before)
j <- as.expression(bquote({
.(BE)
result <- mapply(func...
2009 Apr 08
0
rhipe v0.1
...lements a basic Shared Associative Space via IBM's TSpaces -
with
commands like rhput,rhtake,rhread etc. This is optional.
See the website for details and performance results. Unfortunately, I
haven't
had the chance to compare with rmpi and snow.
TODO(will appear soon ): another function: rhmr - mapreduce using R.
Regards
Saptarshi Guha
[[alternative HTML version deleted]]