From 62fbbce3f6dff8be1cdbe09e9db77aa96c2957e4 Mon Sep 17 00:00:00 2001 From: Nick Heppler Date: Wed, 7 May 2025 09:48:31 -0400 Subject: [PATCH] Improve RMarkdown YAML header: fix typo, refine title, add abstract and keywords. --- report.Rmd | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/report.Rmd b/report.Rmd index a8d776f..7b7daa4 100644 --- a/report.Rmd +++ b/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: - name: Nicholas Hepler affiliation: Office of Information Technology Services - name: Annabel Gregg - affiliation: Department of Environmental Convervation -date: "`r format(Sys.Date(), '%B, %d, %Y')`" -keywords: "keyword1, keyword2" + affiliation: Department of Environmental Conservation +date: "`r format(Sys.Date(), '%B %d, %Y')`" +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: html_document: toc: true @@ -15,6 +18,8 @@ output: number_sections: false css: custom.css code_folding: hide +lang: en +geometry: margin=1in --- ```{r setup, include=FALSE}