. {FMAT} | R Documentation |
list
.A simple function equivalent to list
.
.(...)
... |
Named objects (usually character vectors for this package). |
A list of named objects.
.(Male=cc("he, his"), Female=cc("she, her"))
list(Male=cc("he, his"), Female=cc("she, her")) # the same