getCompilerHandlers: Retrieve list of compiler handler functions

Description Usage Arguments Value Author(s) See Also Examples

Description

This function returns a collection of functions which are used to compile different parts of R code. This allows R programmers to merge their own handler functions with the defaults to customize how the compilation is done.

Usage

1

Arguments

...

a collection of name=function pairs where the function is the new handler and the name identifies its role.

Value

A list of functions.

Author(s)

Duncan Temple Lang

See Also

compileFunction

Examples

1
 getCompilerHandlers( `call` = function(expr, env, ir, ...) { browser() } )

duncantl/RLLVMCompile documentation built on May 15, 2019, 5:31 p.m.