#' Title
#'
#' @param words
#' @param compact
#'
#' @return
#' @export
#'
#' @examples
print_puzzle <- function(words,compact=T, blank.char="#") {
grid <- puzzle_to_grid(words, blank.char = blank.char)
print_grid(grid,compact)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.