translate_to_rlang {devtools} R Documentation

Description

Usage

translate_to_rlang(code);

Arguments

code

the expression code that will be run inside R language, the expression type could be: 1. ClosureExpression 2. DeclareNewFunction. [as Expression]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package devtools version 2.33.856.6961 Index]