Description Usage Arguments Value Classification Author(s) References Examples
View source: R/generateReference.R
Generate text to standardize references.
1  | generateReference(data_l)
 | 
data_l | 
 An unconstrained list  | 
A single string, containing the generated reference text. Can be appended several times to elaborate a multiple reference text.
See references and examples below.
STRATUM ▶ LAYER_1
PHASING ▶ BUILD
INTENT ▶ PARTS_BUILDING
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
Refer to Writing R extensions to know more about using web references in R documentation.
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}."
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.