gamesIsValid: Check Games Argument Validity

View source: R/utils.R

gamesIsValidR Documentation

Check Games Argument Validity

Description

Check that games argument is valid value for ecacr use

Usage

gamesIsValid(games)

Arguments

games

argument to check

Value

TRUE if valid, FALSE otherwise

Examples

gamesIsValid("all") # TRUE
gamesIsValid("foobar") # FALSE

CharlesReinhardt/ecacr documentation built on May 14, 2022, 2:24 a.m.