powered by
Create a representation of a table of content.
block_toc(level = 3, style = NULL, separator = ";")
max title level of the table
optional. style in the document that will be used to build entries of the TOC.
optional. Some configurations need "," (i.e. from Canada) separator instead of ";"
Other block functions for reporting: block_caption(), block_list(), block_section(), block_table(), fpar(), plot_instr(), unordered_list()
block_caption()
block_list()
block_section()
block_table()
fpar()
plot_instr()
unordered_list()
# NOT RUN { block_toc(level = 2) block_toc(style = "Table title") # }
Run the code above in your browser using DataLab