Nothing
## File Name: cdm_pem_acceleration_assign_output_parameters.R
## File Version: 0.03
cdm_pem_acceleration_assign_output_parameters <- function(res_ll_fct, vars, envir, update)
{
if (update){
for (vv in vars){
assign( vv, res_ll_fct[[ vv ]], envir=envir )
}
}
}
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.