create_load_cc_expr: Create an expression to load a Computational Component

View source: R/add-load-cc-expr.r

create_load_cc_exprR 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.


listdown documentation built on April 3, 2023, 5:42 p.m.