# Load packages required
library(knitr)
library(magrittr)
library(kableExtra)

knitr::opts_chunk$set(echo = FALSE)

# Create data frame for table
table_contents <- data.frame(c("Text", "Text",
                               "Text", "Text",
                               "Text"),
                             c(1:5))

Slide title

Slide title

include_graphics("images/value.png")

This slide has two columns

Bullet point Bullet point with italic text * Bullet point with bold text

wzxhzdk:2

Slide title

PHS homepage

Slide title

    kable(table_contents,
          col.names = c("Column heading", "Column heading"),
          format = "markdown")


Health-SocialCare-Scotland/phstemplates documentation built on Nov. 6, 2024, 10:08 p.m.