-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
66 lines (59 loc) · 1.58 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
58
59
60
61
62
63
64
65
project:
type: book
output-dir: docs
book:
title: "Transformação e Manipulação de Dados com a linguagem R"
author: "Eric Scopinho"
search:
location: sidebar
navbar:
background: "#1cafcf"
foreground: "#FFFFFF"
collapse: true
right:
- icon: github
href: http://github.com/scopinho/Livro_Transform_Dados_R
aria-label: Github
sidebar:
collapse-level: 1
# date: "8/24/2022"
cover-image: images/cover.png
chapters:
- index.qmd
- intro.qmd
- part: "Parte 1 - Obtendo e Manipulando os Dados"
chapters:
- Importacao/Importacao_de_dados_com_tidyverse.qmd
- Organizacao/Organizacao_de_dados_com_tidyr.qmd
- Transformacao/Transformacao_de_dados_com_dplyr.qmd
- part: "Parte 2 - Trabalhando com Strings e Fatores"
chapters:
- Manipulacao_Strings/Manipulacao de strings com stringr.qmd
- Fatores/Fatores_com_forcats.qmd
- part: "Parte 3 - Trabalhando com Data e Programação Funcional"
chapters:
- DataHora/Datas_e_horas_com_lubridate.qmd
- Funcional/Prog_Funcional_com_purrr.qmd
- part: "Parte 4 - Gráficos e Tabelas"
chapters:
- Visualizacao/Visualizacao_de_dados_com_ggplot2.qmd
- Tabelas/Tabelas_com_gt.qmd
bibliography: references.bib
format:
html:
df-print: paged
link-external-icon: true
link-external-newwindow: true
toc: true
# toc-location: left
toc-depth: 4
number-sections: true
theme: cosmo
pdf:
#documentclass: scrreprt
documentclass: scrbook
editor: visual
execute:
warning: false
lang: pt
license: "CC BY"