knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

pkgdown.test

The goal of pkgdown.test is to ...

Example

This is a basic example which shows you how to solve a common problem:

library(pkgdown.test)
obj <- 5
the_thing <- do_something(obj)
updating_function(the_thing)


jacob-long/pkgdown-minimal-reprex documentation built on May 28, 2019, 9:56 p.m.