mirror of https://github.com/msberends/AMR.git
26 lines
575 B
Plaintext
Executable File
26 lines
575 B
Plaintext
Executable File
---
|
|
title: "How to get properties of an antibiotic"
|
|
author: "Matthijs S. Berends"
|
|
date: '`r format(Sys.Date(), "%d %B %Y")`'
|
|
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,
|
|
comment = "#>"
|
|
)
|
|
# set to original language (English)
|
|
Sys.setlocale(locale = "C")
|
|
```
|
|
|
|
*(will be available soon)*
|