inst/doc/boxr.R

## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

incl <- function(x){
  path <- paste0("figures/", x)
  knitr::include_graphics(path)
}

## ---- out.width="100%", echo=FALSE--------------------------------------------
incl("box-folder-id.png")

## ---- out.width="100%", echo=FALSE--------------------------------------------
incl("box-file-id.png")

Try the boxr package in your browser

Any scripts or data that you put into this service are public.

boxr documentation built on Jan. 19, 2021, 5:06 p.m.