R/ocnms_render_rmd.R
ocnms_get_modal_info.Rd
This function generates the html tags for the top portion of a rmd modal window, containing the introductory information about that window. This function only will work within a rmd file to be knitted.
ocnms_get_modal_info(rmd = knitr::current_input())
rmd | The name of an input file passed to knit(). |
---|
The function returns a string that is a set of html tags to be inserted into a html file.
if (FALSE) { ocnms_get_modal_info() }