figr: Code Chunk Reference

View source: R/figr.R

figrR 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")
}


mkoohafkan/kfigr documentation built on Jan. 17, 2024, 1:12 a.m.