Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 55 found.
[1] < 1 2 3 4 5 6 > [6]  Sort:

regroup (Package: multiplyr) : Return to grouped data

After a data frame has been grouped and then ungrouped, this function acts as a shorthand (and faster way) to reinstate grouping.
● Data Source: CranContrib
● Keywords:
● Alias: groupwise, regroup
● 0 images

arrange (Package: multiplyr) : Sort data

Sorts data frame using the columns specified
● Data Source: CranContrib
● Keywords:
● Alias: arrange, arrange_
● 0 images

rename (Package: multiplyr) : Rename variables

Takes a list of newname=oldname pairs and renames columns
● Data Source: CranContrib
● Keywords:
● Alias: rename, rename_
● 0 images

cumall (Package: multiplyr) : Cumulative all

Cumulative all
● Data Source: CranContrib
● Keywords:
● Alias: cumall
● 0 images

within_group (Package: multiplyr) : Execute code within a group

This is the mainstay of parallel computation for a data frame. This will execute the specified expression within each group. Each group will have a persistent environment, so that variables created in that environment can be referred to by, for example, later calls to summarise. This environment contains active bindings to the columns of that data frame.
● Data Source: CranContrib
● Keywords:
● Alias: within_group
● 0 images

Multiplyr-class (Package: multiplyr) : Parallel processing data frame

With the exception of calling Multiplyr to create a new data frame, none of the methods/fields here are really intended for general use: it's generally best to stick to the manipulation functions. Run the following command to get a better overview: vignette("basics")
● Data Source: CranContrib
● Keywords:
● Alias: Multiplyr, Multiplyr-class
● 0 images

nth (Package: multiplyr) : Return the nth item from a vector

Return the nth item from a vector
● Data Source: CranContrib
● Keywords:
● Alias: nth
● 0 images

dotscombine (Package: multiplyr) : Combine explicit and implicit dots

Combine explicit and implicit dots
● Data Source: CranContrib
● Keywords: internal
● Alias: dotscombine
● 0 images

test_transition (Package: multiplyr) : Test for grouping transition (internal)

This algorithm tests specific rows for a transition. Each cluster node will test its own subset for grouping transitions, but the transition between the last row of one cluster and the first of the next needs to be tested on the master node.
● Data Source: CranContrib
● Keywords: internal
● Alias: test_transition
● 0 images

sm_desc_group (Package: multiplyr) : Returns a big.matrix descriptor for a particular group ID

Returns a big.matrix descriptor for a particular group ID
● Data Source: CranContrib
● Keywords: internal
● Alias: sm_desc_group
● 0 images