check_token {riceware} | R Documentation |
Checks the validity of the token.
check_token(token)
token |
a character vector of length 1 representing the outcomes of 5 rolls of a dice. |
The token is a 5-digit number representing the outcomes of 5 rolls
of a 6-faced dice. The function returns TRUE
if the
token
is correctly formatted and FALSE
otherwise.
TRUE
if correctly formatted, FALSE
otherwise.
Francois Michonneau