## File Name: linking_2groups_vector_with_names.R
## File Version: 0.02
linking_2groups_vector_with_names <- function(x, names)
{
names(x) <- names
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.