Skip to contents

Make a Latex briefitem

Usage

brief_item(what = "", when = "", where = "")

Arguments

what

Param what.

when

Param when.

where

Param where.

Value

A chracter vector.

Examples

brief_item(what = "Hallo", when = "world", where = "here")
#> [1] "\\briefitem{Hallo}{world}{here}\n"