check_glance_outputs {modeltests}R Documentation

Check the output of a glance method

Description

Call this function to perform tests. If a tests fails, an informative error will be thrown. Otherwise silent.

Tests when strict = FALSE:

Additional tests when strict = TRUE:

Usage

check_glance_outputs(..., strict = TRUE)

Arguments

...

Outputs returned from calls to (the same) glance method.

strict

Logical indicating whether the strict version of tests should be used. Defaults to TRUE.

Value

An invisible NULL. This function should be called for side effects, not return values.

See Also

check_tibble()


[Package modeltests version 0.1.6 Index]