mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 13:21:50 +02:00
WHONET/EARS-Net support
This commit is contained in:
26
vignettes/WHONET.Rmd
Normal file
26
vignettes/WHONET.Rmd
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "How to work with WHONET data"
|
||||
author: "Matthijs S. Berends"
|
||||
date: '`r format(Sys.Date(), "%d %B %Y")`'
|
||||
output:
|
||||
rmarkdown::html_vignette:
|
||||
toc: true
|
||||
toc_depth: 3
|
||||
vignette: >
|
||||
%\VignetteIndexEntry{How to work with WHONET data}
|
||||
%\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 = "#",
|
||||
fig.width = 7.5,
|
||||
fig.height = 4.5
|
||||
)
|
||||
```
|
||||
|
||||
*(will be available soon)*
|
Reference in New Issue
Block a user