Description Usage Arguments Value Author(s) References See Also Examples
View source: R/generateOptionLink.R
Generation package cross reference in R documentation
1 | producePackageLink(packageName_s_1, topicName_s_1)
|
packageName_s_1 |
A single |
topicName_s_1 |
A single |
A single string
, containing the generated package link.
See references and examples below.
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
Refer to Writing R extensions section 2.5, to know more about using cross references in R documentation.
See option link creation using function generateOptionLink
.
1 2 | producePackageLink('tools', 'checkRd')
#[1] "\\link{tools:checkRd}{tools:checkRd}"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.