-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
43 lines (43 loc) · 1.17 KB
/
_site.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
navbar:
title: R para Clima
left:
- text: Hoja de ruta
href: hoja-de-ruta.html
- text: Temas
menu:
- text: Introducción
href: 01-introduccion.html
- text: Proyectos de RStudio
href: 02-proyectos.html
- text: Reportes I
href: 03-reportes-I.html
- text: Lectura de datos
href: 04-lectura.html
- text: Manipulación de datos I
href: 05-dplyr.html
- text: Manipulación de datos II
href: 06-dplyr-tidyr-II.html
- text: Gráficos I
href: 07-graficos-I.html
- text: Manipulación fechas
href: 08-lubridate.html
- text: Gráficos II
href: 09-graficos-II.html
- text: Gráficos para publicar
href: 10-graficos-III.html
- text: Reportes II
href: 11-reportes-II.html
- text: Publicar reportes
href: 12-publicar.html
- text: Desafíos
menu:
- text: Leer y analizar datos
href: desafio-1.html
- text: Graficar datos
href: desafio-2.html
- text: Generar un informe
href: desafio-3.html
output_dir: docs
output:
html_document:
theme: united