Skip to content
Snippets Groups Projects
Commit a52694a5 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Move arquivos de configuração _* para config/.

parent 2b0ed348
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,10 @@ html_document: ...@@ -3,10 +3,10 @@ html_document:
fig_height: 6 fig_height: 6
toc: true toc: true
toc_dep: 3 toc_dep: 3
css: _style.css css: config/_style.css
fig_caption: yes fig_caption: yes
highlight: default highlight: default
includes: includes:
in_header: _MathJax.html in_header: config/_MathJax.html
before_body: _before_body.html before_body: config/_before_body.html
after_body: _after_body.html after_body: config/_after_body.html
...@@ -8,7 +8,7 @@ vignette: > ...@@ -8,7 +8,7 @@ vignette: >
--- ---
```{r setup, include=FALSE} ```{r setup, include=FALSE}
source("_setup.R") source("config/_setup.R")
``` ```
## Análise exploratória ## Análise exploratória
......
...@@ -8,7 +8,7 @@ vignette: > ...@@ -8,7 +8,7 @@ vignette: >
--- ---
```{r setup, include=FALSE} ```{r setup, include=FALSE}
source("_setup.R") source("config/_setup.R")
``` ```
## Análise exploratória ## Análise exploratória
......
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment