Learn R Programming

kfigr (version 1.2.1)

figr: 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

Run this code
# 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