Description Usage Arguments Value Classification Note Author(s) References Examples
View source: R/generateSection.R
Generate R documentation section
| 1 | generateSection(sectionName_s_1, content_s)
 | 
| sectionName_s_1 | A single string value | 
| content_s | An unconstrained vector of string values | 
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
This function should not be used directly unless you need to write your own manual page generation program.
To generate a manual page directly, you would better use produceManualPage.
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.
Refer to Parsing Rd files by Duncan Murdoch.
| 1 2 | generateSection('concept', 'meta programming')
# "\\concept{meta programming}"
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.