From 0693d739aa0ff3ec8d6028cddd98e8c5e2858278 Mon Sep 17 00:00:00 2001 From: 16fd6933414ad4ae0fb1412e7effdbc7 <16fd6933414ad4ae0fb1412e7effdbc7@app-learninglab.inria.fr> Date: Mon, 15 Jun 2020 12:14:35 +0000 Subject: [PATCH] Replace influenza-like-illness-analysis.Rmd --- module3/exo1/influenza-like-illness-analysis.Rmd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module3/exo1/influenza-like-illness-analysis.Rmd b/module3/exo1/influenza-like-illness-analysis.Rmd index 8047fa0..2c04856 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) -- 2.18.1