Learn R Programming

holi (version 0.1.1)

format_citation: Format Citation

Description

This internal function formats a citation object into a readable string. The function extracts relevant information such as the title, author, year, address, and URL from the citation object and formats it into a standardized citation format.

Usage

format_citation(cit)

Value

A character string with the formatted citation.

Arguments

cit

A citation object typically obtained from citation().