generateReference: Generate Reference

Description Usage Arguments Value Classification Author(s) References Examples

View source: R/generateReference.R

Description

Generate text to standardize references.

Usage

1

Arguments

data_l

An unconstrained list

Value

A single string, containing the generated reference text. Can be appended several times to elaborate a multiple reference text.

See references and examples below.

Classification

STRATUM ▶ LAYER_1

PHASING ▶ BUILD

INTENT ▶ PARTS_BUILDING

Author(s)

Fabien Gelineau <neonira@gmail.com>

Maintainer: Fabien Gelineau <neonira@gmail.com>

References

Refer to Writing R extensions to know more about using web references in R documentation.

Examples

1
2
3
4
5
6
generateReference(
  list(url = 'https://neonira.github.io/offensiveProgrammingBook/',
       label = 'Offensive Programming Book')
)
# "Refer to
# \\href{https://neonira.github.io/offensiveProgrammingBook/}{Offensive Programming Book}."

neonira/wyz.code.rdoc documentation built on Feb. 19, 2020, 12:47 p.m.