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

is_active_binding (Package: pryr) : Active binding info

Active binding info
● Data Source: CranContrib
● Keywords:
● Alias: is_active_binding
● 0 images

parenvs (Package: pryr) : Given an environment or object, return an code{envlist

If e is not specified, it will start with environment from which the function was called.
● Data Source: CranContrib
● Keywords:
● Alias: parenvs
● 0 images

%<c-% (Package: pryr) : Create a constant (locked) binding.

Infix wrapper for assign + lockBinding that creates a constant: a binding whose value can not be changed.
● Data Source: CranContrib
● Keywords:
● Alias: %<c-%
● 0 images

compose (Package: pryr) : Compose multiple functions

In infix and prefix forms.
● Data Source: CranContrib
● Keywords:
● Alias: %.%, compose
● 0 images

as.envlist (Package: pryr) : Convert a list of environments to an code{envlist

Convert a list of environments to an envlist object.
● Data Source: CranContrib
● Keywords: internal
● Alias: as.envlist
● 0 images

parent_promise (Package: pryr) : Find the parent (first) promise.

Find the parent (first) promise.
● Data Source: CranContrib
● Keywords:
● Alias: parent_promise
● 0 images

print.envlist (Package: pryr) : Print an code{envlist

Print an envlist
● Data Source: CranContrib
● Keywords: internal
● Alias: print.envlist
● 0 images

uneval (Package: pryr) : Capture the call associated with a promise.

This is an alternative to subsitute that performs one job, and so gives a stronger signal regarding the intention of your code. It returns an error if the name is not associated with a promise.
● Data Source: CranContrib
● Keywords:
● Alias: uneval
● 0 images

where (Package: pryr) : Find where a name is defined.

Implements the regular scoping rules, but instead of returning the value associated with a name, it returns the environment in which it is located.
● Data Source: CranContrib
● Keywords:
● Alias: where
● 0 images

modify_lang (Package: pryr) : Recursively modify a language object

Recursively modify a language object
● Data Source: CranContrib
● Keywords:
● Alias: modify_lang
● 0 images