R/tam_args_replace_value.R

Defines functions tam_args_replace_value

## File Name: tam_args_replace_value.R
## File Version: 0.02

tam_args_replace_value <- function( args, variable=NULL, value=NULL)
{
    if ( ! is.null(variable) ){
        args[[ variable ]] <- value
    }
    return(args)
}

Try the TAM package in your browser

Any scripts or data that you put into this service are public.

TAM documentation built on Aug. 29, 2022, 1:05 a.m.