View source: R/filter_graphemes.R
filter_graphemes | R Documentation |
Takes in a list of Grapheme objects and a character vector. Returns a list of Grapheme objects, consisting of the participant's graphemes which had a symbol included in the character vector to filter by.
filter_graphemes(graphemes, symbol_vector = NULL)
graphemes |
A list of Grapheme objects. |
symbol_vector |
A character vector of symbols to filter the participant's graphemes by. Alternatively NULL (default), in which case no filtering will be done and the full grapheme list is returned. |
A list of Grapheme objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.