R/to_heading.R

Defines functions to_heading

Documented in to_heading

#' Get a section_name in GitHub Flavored Markdown heading format
#' @export

to_heading <-
    function(section_name) {
        return(paste0("# ", section_name))
    }
patelm9/readi documentation built on Dec. 2, 2020, 5:08 p.m.