I am using this code for the first page of my Rmarkdown. I want to add :
-
- name of the course
- name of the tutor
- number of the words
- number of graphs
- number of tables
This is my code :
title: "Title of report "
author: "my name"
Email: "my email"
output:
pdf_document:
latex_engine: xelatex
fig_width: 4.5
fig_height: 3
html_document:
df_print: paged
header-includes:
- \usepackage{setspace}
- \onehalfspacing
date: '2022-07-06'
csl: chicago-author-date.csl
bibliography: bib1.bib
Thank you in advance for your help