knitr::opts_chunk$set(collapse = TRUE, comment = "#>")

This document uses a variety of linking styles for testing purposes

Inline code

Local:

Remote:

Code blocks

# Shouldn't get linked
enlist(5)
# Should get linked
MASS::enlist(5)
library(MASS)
enlist(5)
# Should get linked because MASS was loaded previously
enlist(5)


aaronrudkin/pkgdown documentation built on May 23, 2019, 4:23 p.m.