titleUnflattener | R Documentation |
basically this is the opposite of titleFlattener
titleUnflattener(textdf, spaceAbove = TRUE)
textdf |
the df with the text and the section headers |
spaceAbove |
should there be a line before the sections, Default: TRUE |
DETAILS
OUTPUT_DESCRIPTION
## Not run: if(interactive()){ #EXAMPLE1 text <- c("## First","one","however","two","","## Second","otheer"," - Happy","Thoughts") titleUnflattener(titleFlattener(text, "##")) } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.