Nothing
library(knitr) opts_chunk$set(warning = FALSE, message = FALSE, fig.pos = "h")
We love rmarkdown. In practice, however, we often have specific customization requirements for reporting of reproducible research. Some of these are universal, such as company logo or letterhead, contact info and so on.
We created this memor package to allow for easier customization of LaTeX-based documents combining text and results from R. This document is produced using the following YAML header.
---
title: "memor: Customizable LaTeX Template for rmarkdown"
author: Hao Zhu, Timothy Tsai, Thomas Travison
date: "`r Sys.Date()`"
output:
memor::pdf_memo:
logo: "memor.png"
logo_height: 2.5cm
use_profile: false
company:
name: Institute for Aging Research
address: 1200 Centre St, Boston, MA
phone: 617-971-5386
email: stats@hsl.harvard.edu
confidential: false
watermark: Open Access
libertine: true
---
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.