diff --git a/module3/exo1/influenza-like-illness-analysis.Rmd b/module3/exo1/influenza-like-illness-analysis.Rmd index 8047fa03d3d3cc003416749dd44be6adbb072d04..2c04856c75ab551964f826a03869855d5d8f3663 100644 --- a/module3/exo1/influenza-like-illness-analysis.Rmd +++ b/module3/exo1/influenza-like-illness-analysis.Rmd @@ -1,10 +1,8 @@ --- title: "Incidence of influenza-like illness in France" -author: "Konrad Hinsen" -output: - pdf_document: - toc: true - html_document: +author: "Tegegne Henok Ayalew" +date: "6/15/2020" +output: html_document toc: true theme: journal documentclass: article @@ -13,7 +11,9 @@ header-includes: - \usepackage[french]{babel} - \usepackage[upright]{fourier} - \hypersetup{colorlinks=true,pagebackref=true} ---- + --- + + ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE)