named_lapply {labelmachine} | R Documentation |
Create a named list with lapply
from a character vector
Description
Create a named list with lapply
from a character vector
Usage
named_lapply(.names, FUN, ...)
Arguments
.names |
A character vector holding the names of the list |
FUN |
Here comes the great difference to |
... |
optional arguments to |
Value
A named list
[Package labelmachine version 1.0.0 Index]