knitr::opts_chunk$set(
  echo = FALSE,
  message = FALSE,
  warning = FALSE,
  message = FALSE,
#   dev = "svg",
  fig.width = 12,
  fig.height = 12
  # fig.retina = 3
  )

Example of how to use this R Markdown document

#Chunks are were we can write code for something later in the code. 

r list_figures[[1]]$header

print(list_figures[[1]]$figure)

r list_tables[[1]]$header

r list_tables[[1]]$print

Slide 3

:::::: {.columns} ::: {.column} - Text 1. - Text 2. :::

::: {.column} {width=25%} ::: ::::::



EmilyMarkowitz-NOAA/NMFSReports documentation built on March 26, 2023, 1:08 a.m.