Improve RMarkdown YAML header: fix typo, refine title, add abstract and keywords.
This commit is contained in:
parent
0256263558
commit
62fbbce3f6
13
report.Rmd
13
report.Rmd
@ -1,12 +1,15 @@
|
|||||||
---
|
---
|
||||||
title: "25 Million Trees Initiative Survey Report"
|
title: "Assessment of Public Engagement with the 25 Million Trees Initiative"
|
||||||
author:
|
author:
|
||||||
- name: Nicholas Hepler <nicholas.hepler@its.ny.gov>
|
- name: Nicholas Hepler <nicholas.hepler@its.ny.gov>
|
||||||
affiliation: Office of Information Technology Services
|
affiliation: Office of Information Technology Services
|
||||||
- name: Annabel Gregg <annabel.gregg@dec.ny.gov>
|
- name: Annabel Gregg <annabel.gregg@dec.ny.gov>
|
||||||
affiliation: Department of Environmental Convervation
|
affiliation: Department of Environmental Conservation
|
||||||
date: "`r format(Sys.Date(), '%B, %d, %Y')`"
|
date: "`r format(Sys.Date(), '%B %d, %Y')`"
|
||||||
keywords: "keyword1, keyword2"
|
abstract: >
|
||||||
|
This report summarizes survey findings related to the 25 Million Trees Initiative,
|
||||||
|
analyzing public awareness, engagement, and regional participation across New York State.
|
||||||
|
keywords: "urban forestry, public survey, tree planting, New York State, environmental engagement"
|
||||||
output:
|
output:
|
||||||
html_document:
|
html_document:
|
||||||
toc: true
|
toc: true
|
||||||
@ -15,6 +18,8 @@ output:
|
|||||||
number_sections: false
|
number_sections: false
|
||||||
css: custom.css
|
css: custom.css
|
||||||
code_folding: hide
|
code_folding: hide
|
||||||
|
lang: en
|
||||||
|
geometry: margin=1in
|
||||||
---
|
---
|
||||||
|
|
||||||
```{r setup, include=FALSE}
|
```{r setup, include=FALSE}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user