Learn R Programming

campsismod (version 1.4.0)

getNames: Get element names from list.

Description

`r lifecycle::badge("deprecated")`

Usage

getNames(object)

Value

character vector with all the element names of this list

Arguments

object

list object

Details

`getNames()` is deprecated in favor of `get_names()`.