has_names {recombinator}R Documentation

Checks if a list has names.

Description

Checks if a list has names.

Usage

has_names(dat)

Arguments

dat

list. The list to verify.

Value

boolean. TRUE if the list is named, FALSE otherwise.


[Package recombinator version 1.0.1 Index]