vignette("basics")
auto_compact
auto_partition
bindenv
within_group
etc. operationsbm
bm.master
cls
col.names
desc.master
empty
factor.cols
factor.levels
filtercol
filtered
first
group.cols
groupcol
grouped
groupenv
group_max
group_partition
partition_group()
has been usedgroup_sizes_stale
group
last
nsamode
order.cols
pad
profile_names
profile_real
profile_rreal
profile_rsys
profile_ruser
profile_sys
profile_user
profiling
slave
tmpcol
type.cols
alloc_col(name = ".tmp", update = FALSE)
build_grouped()
calc_group_sizes(delay = TRUE)
cluster_eval(...)
cluster_export(var, var.as = NULL, envir = parent.frame())
cluster_export_each(var, var.as = var, envir = parent.frame())
cluster_export_self()
cluster_profile()
cluster_running()
cluster_start(cl = NULL)
cluster_stop(only.if.started = FALSE)
compact()
describe()
destroy_grouped()
envir(nsa = NULL)
factor_map(var, vals)
filter_range(start, end)
filter_rows(rows)
filter_vector(rows)
finalize()
free_col(cols, update = FALSE)
get_data(i = NULL, j = NULL, nsa = NULL, drop = TRUE)
group_cache_attach(descres)
group_restrict(grpid = NULL)
initialize(..., alloc = 0, cl = NULL, auto_compact = TRUE,
auto_partition = TRUE, profiling = TRUE)
local_subset(first, last)
partition_even(extend = FALSE)
profile(action = NULL, name = NULL)
profile_import(prof)
reattach_slave(descres)
rebuild_grouped()
row_names()
set_data(i = NULL, j = NULL, value, nsa = NULL)
sort(decreasing = FALSE, dots = NULL, cols = NULL, with.group = TRUE)
submatrix(a, b)
update_fields(fieldnames)
dat <- Multiplyr (x=1:100, G=rep(c("A", "B"), each=50), cl=2)
dat %>% shutdown()
dat.df <- data.frame (x=1:100, G=rep(c("A", "B"), each=50))
dat <- Multiplyr (dat.df, cl=2)
dat %>% shutdown()
Run the code above in your browser using DataLab