Skip to contents

Formats a single citation key into inline text without brackets.

Usage

xct_format_single(key, bib_obj, key_abort_on_missing = TRUE, ...)

Arguments

key

The citation key.

bib_obj

The bibliography object created by reading in a .bib file with RefManageR::ReadBib.

key_abort_on_missing

Logical. If TRUE, aborts on missing citation keys.

...

Additional arguments passed from the main function.

Value

Formatted citation as a string.