vignette("basics")
auto_compactauto_partitionbindenvwithin_group etc. operationsbmbm.masterclscol.namesdesc.masteremptyfactor.colsfactor.levelsfiltercolfilteredfirstgroup.colsgroupcolgroupedgroupenvgroup_maxgroup_partitionpartition_group() has been usedgroup_sizes_stalegrouplastnsamodeorder.colspadprofile_namesprofile_realprofile_rrealprofile_rsysprofile_ruserprofile_sysprofile_userprofilingslavetmpcoltype.colsalloc_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