Skip to contents

assert_single_row_tb() is an Assert function that validates that an object conforms to required condition(s). If the object does not meet all required conditions, program execution will be stopped and an error message provided. Specifically, this function implements an algorithm to assert single row tibble. The function is called for its side effects and does not return a value.

Usage

assert_single_row_tb(x)

Arguments

x

An object

Value

No return value, called for side effects.