I am creating a title sheet for a pdf document in Rmarkdown. I would like to be able to put the image line.png at the bottom of the title page.
Please can someone help me with this. The code I have used thus far is as follows:
---
title: "Some title"
author: "Prepared by: Anon"
date: '`r paste("Date:",Sys.Date())`'
output: pdf_document
---
\pagenumbering{gobble}
\centerline{\includegraphics[height=3in]{picture_folder/line.png}}
\clearpage