-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
64 lines (57 loc) · 1.47 KB
/
Copy path_pkgdown.yml
File metadata and controls
64 lines (57 loc) · 1.47 KB
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
url: https://strategicprojects.github.io/evolution/
template:
light-switch: false
dark-mode: false
trailing_slash_redirect: true
package: tidytemplate
bootstrap: 5
bslib:
navbar:
structure:
right: [search, github]
components:
github:
icon: fa-github
href: https://github.com/StrategicProjects/evolution/
aria-label: Github
reference:
- title: Client
desc: Create and configure the API client.
contents:
- evo_client
- title: Send Messages
desc: Functions to send different types of WhatsApp messages.
contents:
- send_text
- send_media
- send_whatsapp_audio
- send_sticker
- send_location
- send_contact
- send_status
- send_reaction
- send_buttons
- send_poll
- send_list
- title: Chat Utilities
desc: Query and verify WhatsApp numbers.
contents:
- check_is_whatsapp
- jid
- title: Internals
desc: Internal helper functions (not exported).
contents:
- has_keyword("internal")
footer:
structure:
left: [rmd]
right: [developed_by]
components:
rmd: |
**evolution** is part of an ecosystem of R packages for data analysis and
computational document processing<br>developed at the [Secretaria Executiva
de Monitoramento Estratégico](https://monitoramento.sepe.pe.gov.br).
developed_by: |
Developed by André Leite, Diogo Bezerra and Hugo Vasconcelos
development:
mode: auto