figr {kfigr} | R Documentation |
Code Chunk Reference
Description
Reference a code chunk.
Usage
figr(label, prefix, link, type)
Arguments
label |
The code chunk label. |
prefix |
Logical: return the prefix (chunk type) along with the rank. |
link |
### Logical: Place an HTML link to the anchor? |
type |
The type of the referenced chunk. |
Value
A text or url reference to the code chunk.
Examples
figr("test", type="reference")
figr("test")
figr("test", TRUE, link=FALSE)
if(interactive()){
require(knitr)
opts_knit$set(kfigr.prefix=TRUE, kfigr.link=TRUE)
figr("test")
}
[Package kfigr version 1.2.1 Index]