AMR/vignettes/atc_property.Rmd

26 lines
575 B
Plaintext
Raw Normal View History

2019-01-02 23:24:07 +01:00
---
title: "How to get properties of an antibiotic"
author: "Matthijs S. Berends"
date: '`r format(Sys.Date(), "%d %B %Y")`'
2019-01-02 23:24:07 +01:00
output:
rmarkdown::html_vignette:
toc: true
vignette: >
%\VignetteIndexEntry{How to get properties of an antibiotic}
%\VignetteEncoding{UTF-8}
%\VignetteEngine{knitr::rmarkdown}
editor_options:
chunk_output_type: console
---
```{r setup, include = FALSE, results = 'markup'}
knitr::opts_chunk$set(
collapse = TRUE,
2019-02-11 10:27:10 +01:00
comment = "#>"
2019-01-02 23:24:07 +01:00
)
# set to original language (English)
Sys.setlocale(locale = "C")
```
*(will be available soon)*