R/starts_vector_with_names.R

Defines functions starts_vector_with_names

## File Name: starts_vector_with_names.R
## File Version: 0.02

starts_vector_with_names <- function( vec, vec_names )
{
    names(vec) <- vec_names
    return(vec)
}

Try the STARTS package in your browser

Any scripts or data that you put into this service are public.

STARTS documentation built on May 20, 2022, 1:08 a.m.