View source: R/batch_management.R
assign_final | R Documentation |
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.
assign_final(name, value, env = parent.frame(), verbose = TRUE)
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. |
No value is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.