Learn R Programming

wyz.code.rdoc (version 1.1.7)

generateSpecialLink: Generate R documentation special link

Description

Will create a special R documentation link on package name, using rare syntax \link[packagename:topicname]{packagename:topicname}.

Usage

generateSpecialLink(packageName_s_1, topicName_s_1)

Arguments

packageName_s_1

the package name to consider

topicName_s_1

the topic name to consider

Value

A single string.

References

Refer to Writing R extensions to know more about R documentation requirements.

Examples

Run this code
# NOT RUN {
print(generateSpecialLink('wyz.doc.offensiveProgramming', 'runTestCase'))
# }

Run the code above in your browser using DataLab