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 62 found.
[1] < 1 2 3 4 5 6 7 > [7]  Sort:

list.update (Package: rlist) : Update a list by appending or modifying its elements.

The function updates each element of a list by evaluating a group of expressions in the scope of the element. If the name of an expression alreadys exists in an list element, then the field with the name will be updated. Otherwise, the value with the name will be appended to the list element. The functionality is essentially done by modifyList.
● Data Source: CranContrib
● Keywords:
● Alias: list.update
● 0 images

list.zip (Package: rlist) : Combine multiple lists element-wisely.

Combine multiple lists element-wisely.
● Data Source: CranContrib
● Keywords:
● Alias: list.zip
● 0 images

list.unserialize (Package: rlist) : Unserialize a file

Unserialize a file
● Data Source: CranContrib
● Keywords:
● Alias: list.unserialize
● 0 images

List (Package: rlist) : Create a code{List environment

Create a List environment that wraps given data and most list functions are defined for chainable operations.
● Data Source: CranContrib
● Keywords:
● Alias: List
● 0 images

list.any (Package: rlist) : Examine if a condition is true for at least one list element

Examine if a condition is true for at least one list element
● Data Source: CranContrib
● Keywords:
● Alias: list.any
● 0 images

list.clean (Package: rlist) : Clean a list by a function

This function removes all elements evaluated to be TRUE by an indicator function. The removal can be recursive so that the resulted list surely does not include such elements in any level.
● Data Source: CranContrib
● Keywords:
● Alias: list.clean
● 0 images

list.apply (Package: rlist) : Apply a function to each list element (code{lapply

Apply a function to each list element (lapply)
● Data Source: CranContrib
● Keywords:
● Alias: list.apply
● 0 images

list.rbind (Package: rlist) : Bind all list elements by row

The function binds all list elements by row. Each element of the list is expected to be an atomic vector, data.frame, or data.table. If list elements are also lists, the result can be a list-valued matrix. In this case, list.stack may produce a better result.
● Data Source: CranContrib
● Keywords:
● Alias: list.rbind
● 0 images

list.remove (Package: rlist) : Remove members from a list by index or name

Remove members from a list by index or name
● Data Source: CranContrib
● Keywords:
● Alias: list.remove
● 0 images

list.last (Package: rlist) : Find the last element that meets a condition

Find the last element that meets a condition
● Data Source: CranContrib
● Keywords:
● Alias: list.last
● 0 images