formatPresentationMD | R Documentation |
The function transforms a list representing a presentation (talk) into a markdown string. The second parameter allows to change the language used for the months (April vs. avril). Possible values are c(LC_ALL","en_US.UTF-8") or c(LC_ALL","fr_FR.UTF-8"). German is somehow not working.
formatPresentationMD(
lstPresentation,
strSetlocale = c("LC_ALL", "en_US.UTF-8")
)
lstPresentation |
The list with the information |
strSetlocale |
The list with the information |
A string in the markdown format with a standard citation for the talk
Klaus Herrmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.