Nothing
## 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.