Skip to contents

Check if expected observations are present

Usage

check_row(input, x)

Arguments

input

list of input data.

x

character select data to test

Value

Nothing useful.

Details

check_row() checks if all expected observation are present in data "x" of input. Only some expected data have verifications, as defined in getOption("floodam.cba.sa")[["x_row"]]. When present, this option gives an association between 2 types od data in input? The verification consists in checking if 2 types of data are compatible: the column of one should be the row of another.

If not a "`stop()" is generated.