powered by
Generate R documentation section
generateSection(sectionName_s_1, content_s)
A single string value
string
An unconstrained vector of string values
vector
A single string, containing the generated reference text. Can be appended several times to elaborate a multiple reference text.
See references and examples below.
Refer to Writing R extensions to know more about using web references in R documentation.
Refer to Parsing Rd files by Duncan Murdoch.
# NOT RUN { generateSection('concept', 'meta programming') # "\\concept{meta programming}" # }
Run the code above in your browser using DataLab