powered by
Will create a special R documentation link on package name, using rare syntax \link[packagename:topicname]{packagename:topicname}.
\link[packagename:topicname]{packagename:topicname}
generateSpecialLink(packageName_s_1, topicName_s_1)
the package name to consider
the topic name to consider
A single string.
Refer to Writing R extensions to know more about R documentation requirements.
# NOT RUN { print(generateSpecialLink('wyz.doc.offensiveProgramming', 'runTestCase')) # }
Run the code above in your browser using DataLab