---
title: "My R Notebook"
standalone: true
format:
docx:
reference_docx: ~/FCD/custom-reference-doc.docx
header: My Header. This is a custom header for my Word file.
footer: Page &p; of &P;
---
```{r setup, include=FALSE}
# Load required libraries
library(ggplot2)
library(readr)
library(dplyr)
library(tidyr)
```
This way it didn't work