rendering/cw_glue_table.R

#' #' convert to cwpuzzle table
#' #'
#' #' @param cw crossword object
#' #'
#' cw_glue_table <- function(cw){
#'   # TODO: add numbers for clues
#'   cw_glue_letters(cw$letters)
#' }
petermeissner/crossword documentation built on May 19, 2019, 8:23 a.m.