forked from micronutrientsupport/r4hces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
60 lines (51 loc) · 1.18 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
project:
type: book
output-dir: docs
book:
title: "R for Household Consumption and Expenditure Surveys"
subtitle: "Nutrition Data Analysis"
author:
- "Liberty Mlambo"
- "Lucia Segovia De La Revilla"
- "Thomas Codd"
- "Gareth Osman"
- "Kevin Tang"
- "Edward Joy"
- "Louise E. Ander"
date: "16/10/2023"
repo-url: https://github.com/dzvoti/r4hces/
repo-actions: [edit]
downloads: [pdf, epub]
sharing: [twitter, facebook]
chapters:
- index.qmd
- intro.qmd
- data_types.qmd
- data_structures.qmd
- packages_and_functions.qmd
- data_wrangling_and_io.qmd
- data_visualisation.qmd
- hcesNutR-package.qmd
- fct_standardisation.qmd
- fct_harmonisation.qmd
# - food-matching.qmd
# - summary.qmd
- sample_data.qmd
- references.qmd
sidebar:
tools:
- icon: cloud-arrow-down
href: https://dzvoti.github.io/r4hces/r4hces-data.zip
aria-label: Download data
bibliography: references.bib
format:
html:
theme: cosmo
number-depth: 3
toc-title: "On this page"
pdf:
documentclass: scrreprt
editor: source
# Do not evaluate code chunks
eval: false
callout-icon: false