Learn R Programming

chronicle (version 0.3)

rmd_title_level: Returns the count of '#' corresponding to a given title level

Description

Returns the count of '#' corresponding to a given title level

Usage

rmd_title_level(level)

Arguments

level

R Markdonw title level

Value

'#', '##', '###' and so on, depending on the title level

Examples

Run this code
# NOT RUN {
rmd_title_level(1)
rmd_title_level(3)
# }

Run the code above in your browser using DataLab