formatPresentationMD: Convert presentation (talk) list to a markdown string

View source: R/CV_Tools.R

formatPresentationMDR Documentation

Convert presentation (talk) list to a markdown string

Description

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.

Usage

formatPresentationMD(
  lstPresentation,
  strSetlocale = c("LC_ALL", "en_US.UTF-8")
)

Arguments

lstPresentation

The list with the information

strSetlocale

The list with the information

Value

A string in the markdown format with a standard citation for the talk

Author(s)

Klaus Herrmann


KlausHerrmann/khermisc documentation built on May 6, 2023, 7:08 p.m.