Nothing
## File Name: replace_values_vector.R
## File Version: 0.01
replace_values_vector <- function(vec, vec_names, value)
{
if ( length(vec_names) > 0 ){
vec[ vec_names ] <- value
}
return(vec)
}
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.