A utility to fill in blank names in list elements to make it valid for a dictionary.
fillNames(object, noNamesOK = FALSE)
a list object, possibly with empty or duplicate names.
what to do with a list having no names---leave it alone or fill them all in?
Chambers, John M. (2016) Extending R, Chapman & Hall/CRC. ( Chapter 13, discussing this package, is included in the package: ../doc/Chapter_XR.pdf.)