match_token {riceware} | R Documentation |
Match the token to a word
Description
Retrieves the word corresponding to a given token.
Usage
match_token(token, wordlist = riceware::wordlist_en, title_case = TRUE)
Arguments
token |
A correctly formatted token |
wordlist |
A |
title_case |
If |
Details
Given a token and a list of words, this function returns the word matching the supplied token.
Value
A character vector of length 1 representing the word corresponding to the token.
Author(s)
Francois Michonneau
[Package riceware version 0.4 Index]