-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
32 lines (22 loc) · 945 Bytes
/
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: "TelegramR - vignette"
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# telegramR
<!-- badges: start -->
![R package](https://img.shields.io/badge/r-%23276DC3.svg?style=for-the-badge&logo=r&logoColor=white)
<!-- badges: end -->
See the [documantation page here](https://htmlpreview.github.io/?https://github.com/SoaresAlisson/telegramR/blob/main/docs/index.html)
<!-- You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. `devtools::build_readme()` is handy for this. -->
<!-- In that case, don't forget to commit and push the resulting figure files, so they display on GitHub and CRAN. -->
```{r child=("~/Documentos/Programação/R/telegramR/vignettes/vignette-TelegramR.Rmd"), eval=TRUE}
```