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 12 found.
[1] < 1 2 > [2]  Sort:

print.fseq (Package: magrittr) : Print method for functional sequence.

Print method for functional sequence.
● Data Source: CranContrib
● Keywords:
● Alias: print.fseq
● 0 images

%>% (Package: magrittr) : magrittr forward-pipe operator

Pipe an object forward into a function or call expression.
● Data Source: CranContrib
● Keywords:
● Alias: %>%
● 0 images

%T>% (Package: magrittr) : magrittr tee operator

Pipe a value forward into a function- or call expression and return the original value instead of the result. This is useful when an expression is used for its side-effect, say plotting or printing.
● Data Source: CranContrib
● Keywords:
● Alias: %T>%
● 0 images

debug_pipe (Package: magrittr) : Debugging function for magrittr pipelines.

This function is a wrapper around browser, which makes it easier to debug at certain places in a magrittr pipe chain.
● Data Source: CranContrib
● Keywords:
● Alias: debug_pipe
● 0 images

magrittr (Package: magrittr) : magrittr - Ceci n'est pas un pipe

The magrittr package offers a set of operators which promote semantics that will improve your code by
● Data Source: CranContrib
● Keywords:
● Alias: magrittr, magrittr-package
● 0 images

%$% (Package: magrittr) : magrittr exposition pipe-operator

Expose the names in lhs to the rhs expression. This is useful when functions do not have a built-in data argument.
● Data Source: CranContrib
● Keywords:
● Alias: %$%
● 0 images

freduce (Package: magrittr) : Apply a list of functions sequentially

This function applies the first function to value, then the next function to the result of the previous function call, etc.
● Data Source: CranContrib
● Keywords:
● Alias: freduce
● 0 images

[[.fseq (Package: magrittr) : Extract function(s) from a functional sequence.

Functional sequences can be subset using single or double brackets. A single-bracket subset results in a new functional sequence, and a double-bracket subset results in a single function.
● Data Source: CranContrib
● Keywords:
● Alias: [.fseq, [[.fseq
● 0 images

debug_fseq (Package: magrittr) : Debugging function for functional sequences.

This is a utility function for marking functions in a functional sequence for debbuging.
● Data Source: CranContrib
● Keywords:
● Alias: debug_fseq, undebug_fseq
● 0 images

functions (Package: magrittr) : Extract the function list from a functional sequence.

This can be used to extract the list of functions inside a functional sequence created with a chain like . %>% foo %>% bar.
● Data Source: CranContrib
● Keywords:
● Alias: functions
● 0 images