From 949776e4ed747915da40a86d21cb966f69b7753b Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Tue, 16 May 2017 16:14:59 +0100 Subject: [PATCH] fixed yaml to produce non-standalone --- MTUS-W6-adult-survey-data-processing.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MTUS-W6-adult-survey-data-processing.Rmd b/MTUS-W6-adult-survey-data-processing.Rmd index 8641ec4..693773c 100644 --- a/MTUS-W6-adult-survey-data-processing.Rmd +++ b/MTUS-W6-adult-survey-data-processing.Rmd @@ -5,10 +5,11 @@ date: 'Last run at: `r Sys.time()`' output: html_document: fig_caption: yes + keep_md: yes number_sections: yes + self_contained: no theme: journal toc: yes - toc_depth: 3 pdf_document: toc: yes toc_depth: '3' -- GitLab