-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_pkgdown.yml
86 lines (78 loc) · 2.2 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
url: https://docs.ropensci.org/rdhs/
template:
params:
bootswatch: flatly
reference:
- title: "Query DHS API"
desc: "Functions for interacting with each of the DHS API endpoints. They all start 'dhs_' for simplicity."
contents:
- dhs_countries
- dhs_data
- dhs_data_updates
- dhs_datasets
- dhs_geometry
- dhs_indicators
- dhs_info
- dhs_publications
- dhs_survey_characteristics
- dhs_surveys
- dhs_tags
- dhs_ui_updates
- title: "Set up DHS login credentials"
desc: >
"Set our credentials for logging into the DHS website. This creates in the backend a rdhs client for
downloading datasets, querying survey variables and extracting data."
contents:
- set_rdhs_config
- get_rdhs_config
- update_rdhs_config
- client_dhs
- title: "User Interface"
desc: "Functions to download, search and interact with downloaded datasets"
contents:
- extract_dhs
- get_available_datasets
- get_datasets
- get_downloaded_datasets
- search_variables
- search_variable_labels
- download_boundaries
- title: "Downstream Dataset Helper Functions"
desc: Tools to help combine extracted datasets, as well as extract and apend dataset variable names and definitions
contents:
- rbind_labelled
- get_variable_labels
- data_and_labels
- delabel_df
- title: "DHS Dataset Parsers"
desc: "Custom built parsers for handling flat ASCII and stata DHS datasets"
contents:
- read_dhs_flat
- parse_dcf
- parse_do
- parse_sps
- read_dhs_dta
- title: "internal"
desc: "Internal Functions"
contents:
- as_factor.labelled
- authenticate_dhs
- available_datasets
- client_cache_date
- collapse_api_responses
- dhs_gps_data_format
- download_datasets
- extraction
- factor_format
- file_dataset_format
- get_labels_from_dataset
- last_api_update
- model_datasets
- parse_map
- rbind_list_base
- rdhs
- read_dhs_dataset
- read_zipdata
- response_is_json
- response_to_json
- unzip_special