From 8ae79533d2c6d67d327a16db2f61111ad057ef82 Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Fri, 16 Jun 2017 14:11:02 -0400 Subject: [PATCH] Added report.Rmd --- Documentation/report.Rmd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/report.Rmd diff --git a/Documentation/report.Rmd b/Documentation/report.Rmd new file mode 100644 index 0000000..0fe9ef7 --- /dev/null +++ b/Documentation/report.Rmd @@ -0,0 +1,12 @@ +--- + title: Common Data Model + output: + pdf_document: + toc: yes +--- + +```{r child = 'License.md'} +``` + +```{r child = 'Background/TheRoleoftheCommonDataModel.md'} +``` \ No newline at end of file