R/markdown.r

## this is where we brew markdown output
## to be post-processed by pandoc into latex or html


#' Caption
#'
#' @param template text with placeholders for each glyph
#' @param glyphs list of glyphs with mapping metadata
#' @param out optional output file name
#'
#' @return markdown
#' @export
caption <- function(template, glyphs, out = NULL){


}
baptiste/caption documentation built on May 11, 2019, 6:19 p.m.