-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
138 lines (138 loc) · 3.13 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
pandoc: 2.17.1.1
pkgdown: 2.0.5
pkgdown_sha: ~
last_built: 2022-07-19T09:32Z
url: https://rezonators.github.io/rezonateR/
template:
bootstrap: 5
bootswatch: simplex
bslib:
pkgdown-nav-height: 100px
reference:
- title: "Importing, exporting, saving and loading"
desc: >
Functions for importing .rez files, saving and loading rezonateR files, and exporting to other formats.
contents:
- importRez
- rez_pangloss
- rez_write_csv
- updateFromDF
- getLowerFieldList
- rez_save
- rez_load
- updateFromDF
- title: "Basics of rezrObjs and rezrDFs"
contents:
- combineLayers
- deps
- getLayerAddresses
- getRezrDFAttr
- reload
- findContainingChunk
- undupeSingle
- mergeChunksWithIDs
- title: "Time, sequence and stacks"
contents:
- addIsWordField
- addUnitSeq
- getSeqBounds
- isFinal
- getTurnFromAnnos
- getBiluoFromOrder
- getOrderFromSeq
- stackToUnit
- getGantt
- title: "EasyEdit"
desc: >
Functions for editing rezonateR objects.
contents:
- addField
- addFieldLocal
- addFieldForeign
- addRow
- removeField
- concatenateAll
- "`%+%`"
- mergeCats
- stringToFactor
- title: "TidyRez"
desc: >
Functions based on dplyr for dealing with rezrDFs with confidence.
contents:
- rez_group_by
- rez_add_row
- rez_bind_rows
- rez_group_split
- rez_left_join
- rez_mutate
- rez_select
- rez_validate_fieldchange
- rez_rename
- title: "EasyTrack"
desc: >
Functions for keeping track of track chains.
contents:
- lastBridgeUnit
- getPosInChain
- countCompetitors
- countMatchingCompetitors
- mergedChunksToTrack
- lastMentionUnit
- addFrameMatrix
- frameMatrix
- reducedFrameMatrix
- obscureUpper
- updateFrameMatrixFromDF
- title: "Trees"
desc: >
Functions for keeping track of trees.
contents:
- getAllTreeCorrespondences
- mergeChunksWithTree
- addPositionAmongSiblings
- getChildrenOfEntry
- title: "Resonance"
desc: >
Functions for keeping track of resonance and cliques.
contents:
- augmentRezInfo
- findResonancesBetween
- title: "Other editing functions"
desc: >
Functions not ordinarily called by users, but may be used by advanced users. Subject to change without wwarning. Many are related to update functions.
contents:
- new_rezrDF
- new_rezrObj
- concatStringFields
- createUpdateFunction
- createLeftJoinUpdate
- createLowerToHigherUpdate
- createRezId
- lowerToHigher
- rez_dfop
- new_updateFunction
- updateLeftJoin
- updateLowerToHigher
- title: "Datasets"
desc: >
Sample datasets for demonstration purposes.
contents:
- sbc007
articles:
- title: "Overview"
desc: An overview of the main capabilities of rezonateR.
navbar: Overview
contents:
- overview
- sample_proj
- title: "A detailed walkthrough"
desc: An detailed walkthrough of useful functions in rezonateR. You can choose to read only sections that interest you, though if you are new to rezonateR, it might help to read through the first two first.
navbar: Detailed walkthrough
contents:
- import_save_basics
- time_seq
- edit_easyEdit
- edit_tidyRez
- edit_external
- tree
- track