R/assert_names.R
has_all_names.Rd
This function returns a logical value indicating whether the object x has all the names specified in names.
x
names
has_all_names(x, names)
a named object
A character vector of names to check for in x.
A logical value indicating whether x has all the names specified in names