check_props: Check Proportions

View source: R/props.R

check_propsR Documentation

Check Proportions

Description

Checks if x is proportions vector - non-missing dbls between 0 and 1 that sum to 1.

Usage

check_props(x, x_name = substitute(x), error = TRUE)

Arguments

x

The object to check.

x_name

A string of the name of the object x.

error

A flag indicating whether to throw an informative error or immediately generate an informative message if the check fails.

Value

An invisible copy of x (if it doesn't throw an error).


poissonconsulting/checkr documentation built on Jan. 19, 2025, 12:37 p.m.