-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
87 lines (80 loc) · 1.52 KB
/
_pkgdown.yml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
url: https://randrescastaneda.github.io/joyn/
template:
bootstrap: 5
bottswatch: cosmo
bslib:
primary: "#87CEFA"
development:
mode: auto
home:
title: An R package for joining tables
description: It is a joy to join tables in R with `joyn`
authors:
R.Andres Castaneda:
href: https://randrescastaneda.rbind.io/
Zander Prinsloo:
Rossana Tatulli:
navbar:
bg: primary
structure:
left:
- home
- start here
- reference
- articles
- news
right:
- Dev version
- github
components:
reference:
text: Reference
href: reference/index.html
dev version:
text: dev version
href: dev/
github:
icon: fab fa-github fa-lg
href: https://github.com/randrescastaneda/joyn/
articles:
- title: Usage
navbar: ~
contents:
- main-functionalities
- adv-functionalities
- dplyr-joins
- merge-wrapper
- messages
- aux-functions
reference:
- title: "Main function"
desc: >
Since the objective of joyn is to join tables with joy, there is only one
main function in this package
contents:
- joyn
- title: "Dplyr-joins"
contents:
- full_join
- right_join
- left_join
- inner_join
- anti_join
- title: "Merge data tables"
contents:
- merge
- title: "Auxiliary functions"
- subtitle: Information
contents:
- has_concept("messages")
- subtitle: JOYn options
contents:
- has_concept("options")
- subtitle: MISC
contents:
- is_id
- freq_table
- possible_ids
- is_balanced
- rename_to_valid
- joyn_msg