powered by
Reference a code chunk.
figr(label, prefix, link, type)
The code chunk label.
Logical: return the prefix (chunk type) along with the rank.
### Logical: Place an HTML link to the anchor?
The type of the referenced chunk.
A text or url reference to the code chunk.
# NOT RUN { 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") } # }
Run the code above in your browser using DataLab