-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
53 lines (50 loc) · 1.1 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
authors:
James Dunham:
href: http://jdunham.io
templates:
params:
bootswatch: readable
navbar:
title: qsurvey
left:
- text: Survey Designs
href: articles/design.html
- text: Survey Responses
href: articles/responses.html
- text: Reference
href: reference/index.html
- text: News
href: news/index.html
- icon: fa-github fa-lg
href: https://github.com/jamesdunham/qsurvey
reference:
- title: Qualtrics API
desc: Functions for retrieving data from the Qualtrics survey platform.
contents:
- design
- find_id
- key_from_file
- qget
- qpost
- qsurvey
- request
- responses
- surveys
- title: Designs
desc: Functions for reviewing survey designs.
contents:
- blocks
- choices
- edges
- ends_with("_flow")
- export_names
- nodes
- questions
- response_counts
- plot_flow
- render_flow
- title: Responses
desc: Functions for manipulating survey response tables.
contents:
- matches(".*_to_.*")
- starts_with("drop_")