-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
53 lines (47 loc) · 1.24 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
url: ~
template:
bootstrap: 5
reference:
- title: "Setup"
- contents:
- setup_tdb
- title: "ODK"
desc: >
Functions that work with ODK-based questionnaires hosted on Google Sheets
- subtitle: "Retrieving and transforming questionnaires"
- contents:
- get_odk_wsheet
- get_odk_titems
- parse_odk_titems
- subtitle: "Adding translation to questionnaire sheets"
- contents:
- add_translation_odk
- title: "Survey Solutions"
desc: >
Functions that work with Survey Solutions questionnaires hosted on designer.mysurvey.solutions
- subtitle: "Retrieving and transforming questionnaires"
- contents:
- get_suso_tfile
- parse_suso_titems
- subtitle: "Adding translation to questionnaire sheets"
- contents:
- create_suso_sheet
- create_suso_file
- title: "Translation Processing"
desc: >
Functions that process translations pulled from Translation Database Sheet and CAPI software
- contents:
- get_tdb_data
- update_tdb
- write_tdb_data
- title: "Translation Services"
desc: >
Functions that utilize the DeepL or Google Translate API to provide high-quality machine translation services.
- contents:
- batchTranslate_Deepl2
- contents:
- batchTranslate_GApi
- title: "Misc."
- contents:
- syntax_check
- remove_coding