generated from Flavjack/rticles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
64 lines (55 loc) · 1.57 KB
/
index.Rmd
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
---
title: "Herramientas para la Investigación Científica"
subtitle: "Plan experimental (PLEX)"
author:
- "Flavio Lozano-Isla $^{1*}$"
- "$^{1}$ Agr. MSc, E-mail: [email protected]"
date: "`r if (knitr:::is_html_output()) format(Sys.time(), '%d %b %Y %X')`"
description: Plan experimental
github-repo: flavjack/plex/issues
favicon: img/icon.png
site: bookdown::bookdown_site
documentclass: book
bookdown::gitbook:
# output:
# bookdown::word_document2:
# reference_docx: cnfg/style_article.docx
always_allow_html: yes
link-citations: true
colorlinks: yes
bibliography: [cnfg/book.bib, cnfg/pkgs.bib]
csl: https://www.zotero.org/styles/apa
---
```{r dataset, include=FALSE}
# source("cnfg/debug.r")
source("cnfg/setup.r")
sheets_auth(T)
url <- "https://docs.google.com/spreadsheets/d/1Igazkim4tARQphN-Dl0Cd-fYcTgxp2rm1819gTMrUvE/edit#gid=0"
gs <- as_sheets_id(url)
# browseURL(url)
xl <- gs %>% drive_download("files/plex.xlsx", overwrite = T) %>% pluck(2)
```
```{r}
xl <- "../files/plex.xlsx"
```
<!-- # Introducción -->
```{r intro, child = 'chapter/intro.Rmd'}
```
<!-- # Herramientas -->
```{r chp01, child = 'chapter/tools.Rmd'}
```
<!-- # Estructura del plan experimental -->
```{r chp01, child = 'chapter/estructura.Rmd'}
```
<!-- # Diseño experimental -->
```{r chp02, child = 'chapter/disenho.Rmd'}
```
<!-- # Colecta y organización de datos -->
```{r chp03, child = 'chapter/datos.Rmd'}
```
<!-- # Redacción de documentos científicos -->
```{r chp04, child = 'chapter/writing.Rmd'}
```
`r if (knitr::is_html_output()){'
# References {-}
<div id="refs"></div>'}`