as_wordsearch | R Documentation |
Assign an object to the 'wordsearch' class
as_wordsearch(x)
x |
an object containing wordsearch data |
wordsearch object: a list with the following elements:
search: a matrix representation of the wordsearch with 'positions' attribute a tibble representation of the solution words: (character/vector) clues: (character/vector) solution: a matrix representation of the wordsearch solution with 'positions' attribute a tibble representation of the solution image: image for shaping wordsearch (NULL if not provided) shape_matrix: binary matrix representation of shape (NULL if no image)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.