recombinator (version 1.0.1)

has_names: 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.