namedNames: Get a vector of the names of an object named by the names...

View source: R/de_functions.R

namedNamesR Documentation

Get a vector of the names of an object named by the names themselves. This is useful with lapply when passing names of objects as it ensures that the output list is also named

Description

Get a vector of the names of an object named by the names themselves. This is useful with lapply when passing names of objects as it ensures that the output list is also named

Usage

namedNames(g)

Arguments

g

an objects on which we can call names()


conos documentation built on Oct. 17, 2022, 9:07 a.m.