mirror of https://github.com/msberends/AMR.git
25 lines
535 B
Plaintext
25 lines
535 B
Plaintext
|
---
|
||
|
title: "How to get properties of a microorganism"
|
||
|
author: "Matthijs S. Berends"
|
||
|
output:
|
||
|
rmarkdown::html_vignette:
|
||
|
toc: true
|
||
|
vignette: >
|
||
|
%\VignetteIndexEntry{How to get properties of a microorganism}
|
||
|
%\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)*
|