Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


wyz.code.rdoc (version 1.1.19)

generateSection: Generate Section

Description

Generate R documentation section

Usage

generateSection(sectionName_s_1, content_s)

Arguments

sectionName_s_1

A single string value

content_s

An unconstrained vector of string values

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.

References

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

Refer to Parsing Rd files by Duncan Murdoch.

Examples

Run this code
# NOT RUN {
generateSection('concept', 'meta programming')
# "\\concept{meta programming}"
# }

Run the code above in your browser using DataLab