checkCount: Check if the 'count' argument is correct.

Description Usage Arguments Details Value See Also Examples

Description

Makes sure the count argument has one of the many available values.

Usage

1
checkCount(count)

Arguments

count

[character] The string to check.

Details

Functions which produce contingency tables, coocc and summary, have an argument count which can take as many as six different values which all point to just two unique behaviours. checkCount reduces this multitude to just the two meaningful values. It also throws an error if count is none of the six possibilities.

Value

[character] Either "a" or "r".

See Also

checkUnit

Examples

1
2
soundcorrs:::checkCount ("abs")
soundcorrs:::checkCount ("absolute")

soundcorrs documentation built on Nov. 16, 2020, 5:09 p.m.