assign_final: Assign Final Value

View source: R/batch_management.R

assign_finalR Documentation

Assign Final Value

Description

Helper function. Assigns an immutable value to a variable name within a specified environment. This function is meant to be used in the context of setting processing batch parameters.

Usage

assign_final(name, value, env = parent.frame(), verbose = TRUE)

Arguments

name

Variable name to assign value to.

value

Value assigned.

env

Environment in which to conduct the assignment. Defaults to the calling environment.

verbose

Default TRUE. Whether to print warning message if a parameter has already been assigned.

Value

No value is returned.


claraqin/neonMicrobe documentation built on April 11, 2024, 11:47 a.m.