knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(mycompedium)
library(tidyverse)
knitr::include_graphics("figs/cat.png")

We can see a cat in Figure \@ref(fig:my-fig)

# Example of running external code using source
source('my-external-code.R')

Look at [@leyhausen1979cat] to learn more abour cats.
Look at [@doherty2017global] to learn more about dogs.
[@gough2018breed] has lots of information about cats and dogs.

References cited



ruiany/DATA-598-WI20-week-5 documentation built on Feb. 13, 2020, 12:36 a.m.