18 lines
292 B
Text
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)
|
|
```
|
|
|