-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
32 lines (22 loc) · 1.35 KB
/
README.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
---
title: "Curso básico de introdução à linguagem R"
output: md_document
---
## Descrição {-}
Este é o repositório contendo o código fonte do livro [Curso básico de introdução à linguagem R](https://intror.netlify.app) de Alberto Vicentini e Ricardo de Oliveira Perdiz.
<!-- badges: start -->
[](https://github.com/LABOTAM/IntroR/actions)
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
<!-- badges: end -->
## Licença {-}
[Curso básico de introdução à linguagem R](https://intror.netlify.app) de Alberto Vicentini e Ricardo de Oliveira Perdiz está licenciada sob [Licença Creative Commons Atribuição-CompartilhaIgual 4.0 Internacional (CC BY-SA 4.0) ][cc-by-sa].
Baseado em trabalho disponível em <https://github.com/LABOTAM/IntroR>.
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://i.creativecommons.org/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
# Citação
Para citar o livro `Curso básico de introdução à linguagem R` em publicações use:
```
Alberto Vicentini e Ricardo Perdiz (2021). Curso básico de introdução à linguagem R. Disponível em <https://intror.netlify.app>. Acesso em DIA MÊS ANO.
```