EACompanion/index.Rmd
2026-08-19 14:05:19 +01:00

18 lines
292 B
Text

---
title: "EA Companion"
author: "CE Book Team"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output:
bookdown::gitbook:
split_by: section
---
# EA Companion
This is the front page for the Bookdown project.
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```