fillNames {XR}R Documentation

Utilities for Server-Language Specific Use

Description

A utility to fill in blank names in list elements to make it valid for a dictionary.

Usage

fillNames(object, noNamesOK = FALSE)

Arguments

object

a list object, possibly with empty or duplicate names.

noNamesOK

what to do with a list having no names—leave it alone or fill them all in?

References

Chambers, John M. (2016) Extending R, Chapman & Hall/CRC. ( Chapter 13, discussing this package, is included in the package: ../doc/Chapter_XR.pdf.)


[Package XR version 0.7.2 Index]