R/refNote.R

refNote <-
function(text = "This is a test note", number = "*"){
  out <- paste('<span class="ref"><span class="refnum">[',
               number,
               ']</span><span class="refbody">',
               text,
               '</span></span>',
               sep = "")
  return(out)
}

Try the rmdHelpers package in your browser

Any scripts or data that you put into this service are public.

rmdHelpers documentation built on May 1, 2019, 7:33 p.m.