dot-is_named_list: Named List Predicate

.is_named_listR Documentation

Named List Predicate

Description

A predicate function to check whether input is a named list and not a data frame.

Usage

.is_named_list(x, allow_df = FALSE)

Arguments

x

(any)
object to check

Value

a logical

Examples

cards:::.is_named_list(list(a = 1:3))

cards documentation built on Dec. 2, 2025, 9:07 a.m.