Learn R Programming

soundcorrs (version 0.2.0)

checkCount: Check if the count argument is correct.

Description

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

Usage

checkCount(count)

Arguments

count

[character] The string to check.

Value

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

Examples

Run this code
# NOT RUN {
soundcorrs:::checkCount ("abs")
soundcorrs:::checkCount ("absolute")
# }

Run the code above in your browser using DataLab