rmd_title_level {chronicle} | R Documentation |
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
rmd_title_level(1)
rmd_title_level(3)
[Package chronicle version 0.3 Index]