Nothing
## File Name: cdm_create_vector.R
## File Version: 0.01
cdm_create_vector <- function(names, val)
{
N <- length(names)
y <- rep(val, N)
names(y) <- names
return(y)
}
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.