-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path12-reporting.Rmd
38 lines (22 loc) · 1.52 KB
/
12-reporting.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# (PART) Communication {-}
# Overview {-#communication-overview}
In this section I cover the steps in presenting the findings of the research both as a research document and as a reproducible research project. Both research documents and reproducible projects are fundamental components of modern scientific inquiry. On the one hand a research document provides readers a detailed summary of the main import of the research study. On the other hand making the research project available to interested readers ensures that the scientific community can gain insight into the process implemented in the research and thus enables researchers to vet and extend this research to build a more robust and verifiable research base.
```{r, child="_common.Rmd"}
```
# Reporting {#reporting-chapter}
<p style="font-weight:bold; color:red;">INCOMPLETE DRAFT</p>
> ... quote ....
```{block, type="rmdkey"}
The essential questions for this chapter are:
- ....
```
<!--
OUTLINE:
- ...
-->
```{r reporting-data-packages, echo=FALSE, message=FALSE}
# Packages
pacman::p_load(tidyverse, knitr)
```
In this chapter we will first discuss the purpose of a research document and how the structure of this document supports and clearly documents the project's rationale, goals, procedure, results, and findings. Then I will turn to incorporating citations and references and figures and tables in R Markdown. Finally, we will explore how to apply field-specific and publishing house formats to various document formats including Word, PDF, HTML, and ePub.
...