create_load_cc_expr {listdown} | R Documentation |
Create an expression to load a Computational Component
Description
An expression to load a computational component can be either a raw expression, a variable holding the expression, or a string. The return is an unevaluated expression.
Usage
create_load_cc_expr(load_cc_expr)
Arguments
load_cc_expr |
a string or expression that should be use to load the computational components. |
Value
An call object that loads a computational component when evaluated.
[Package listdown version 0.5.7 Index]