has_no_missing_names: Check that all names in an object are not-missing

Description Usage Arguments Value Examples

View source: R/assertions.R

Description

Check that all names in an object are not-missing

Usage

1

Arguments

x

An object

Value

A logical value

Examples

1
2
has_no_missing_names <- list(1, b = 1)
has_no_missing_names <- list(a = 1, b = 1)

jrnold/rubbish documentation built on May 20, 2019, 2:05 a.m.