makeAbbrList: Create abbreviation list.

View source: R/makeAbbrList.R

makeAbbrListR Documentation

Create abbreviation list.

Description

Create abbreviation lists latex snippet.

Usage

makeAbbrList(
  filePath,
  captions = list(Akronyme =
    "Abk{\\\"u}rzungen", `Statistische Formelzeichen` = "Statistische Formelzeichen"),
  sort.entries = TRUE
)

Arguments

filePath

Path to the file.

captions

tbd

sort.entries

Should the abbreviation lists be sorted alphabetically?

Value

Returns a latex snippet.

Examples

#tbd


beckerbenj/eatCodebook documentation built on Feb. 24, 2025, 9:36 a.m.