Skip to content
Prev 80873 / 398502 Next

How can I put the object name in list

Muhammad Subianto wrote:
Try:

HEC.list <- list(Hare = Hair, Eye = Eye, Sex = Sex)

This is described in the Details section of ?list.

--sundar