add_abstract: Inserts the abstract text and source link into the Markdown...

View source: R/utils_render_cert_md.R

add_abstractR Documentation

Inserts the abstract text and source link into the Markdown content if an abstract is found for the given repository. If no abstract is found, an empty string is inserted in place of the abstract content.

Description

Inserts the abstract text and source link into the Markdown content if an abstract is found for the given repository. If no abstract is found, an empty string is inserted in place of the abstract content.

Usage

add_abstract(repo_link, md_content)

Arguments

repo_link

A character string containing the repository link from which to retrieve the abstract.

md_content

A character string containing the Markdown content with placeholders for abstract details.

Value

The markdown content with filled abstract placeholder


codecheckers/codecheck documentation built on Dec. 6, 2024, 7:38 p.m.