Skip to contents

Is this object a named list or character vector?

Does this object have all of the provided names?

Does this object have any of the provided names?

Usage

is_named(x)

has_all_names(x, name)

has_any_names(x, name)

Arguments

x

A data frame or another named object.

name

Element name(s) to check.