R/mnlfa_expand_to_list.R

Defines functions mnlfa_expand_to_list

Documented in mnlfa_expand_to_list

## File Name: mnlfa_expand_to_list.R
## File Version: 0.03

mnlfa_expand_to_list <- function(x, names_list)
{
    I <- length(names_list)
    res <- mnlfa_convert_to_list(x=x, I=I, names_list=names_list,
                create_list=TRUE)
    return(res)
}

Try the mnlfa package in your browser

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

mnlfa documentation built on May 18, 2022, 9:05 a.m.