Learn R Programming

listdown (version 0.5.7)

create_load_cc_expr: 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)

Value

An call object that loads a computational component when evaluated.

Arguments

load_cc_expr

a string or expression that should be use to load the computational components.