pacman::p_load(tidyverse) 

Overview

In this Recipe, I will outline an powerful technology for creating reproducible analysis.

Test figure Figure \@ref(fig:test-figure).

mtcars %>% 
  ggplot(aes(x = mpg, y = drat)) +
  geom_point()

This are some references [@Marwick2018; @Svartvik1980].

Here's a reference to a Table \@ref(tab:test-table).

mtcars %>% 
  dplyr::as_tibble() %>% 
  knitr::kable(booktabs = TRUE, 
               caption = "Test table")

Here is an image.

knitr::include_graphics("images/lab_1/test-image.png")

References



francojc/tadr documentation built on April 26, 2022, 7:55 p.m.