-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
88 lines (85 loc) · 2.34 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
url: https://inzightvit.github.io/iNZightTools/
template:
package: iNZightTools
authors:
Tom Elliott:
href: https://tomelliott.co.nz
reference:
- title: Data wrangling
desc: Functions for performing common data wrangling procedures.
- subtitle: Data Import
desc: Functions for working with data files.
- contents:
- smart_read
- starts_with("read_")
- starts_with("load_")
- starts_with("save_")
- sheets
- inzdf
- subtitle: Dataset operations
desc: >
Methods for working with entire datasets at once. For users coming from the iNZight GUI, these operations would be found in the *Dataset* menu.
- contents:
- starts_with("aggregate_")
- append_rows
- remove_rows
- filter
- starts_with("filter_")
- join_data
- separate_var
- reshape_data
- combine_vars
- select_vars
- sort_vars
- select
- starts_with("validation_")
- subtitle: Variable operations
desc: >
Methods for working with one or several variables (columns) in a dataset. iNZight GUI users will be familiar with these operations from the *Variables* menu.
- contents:
- collapse_cat
- convert_to_cat
- convert_to_date
- convert_to_datetime
- create_vars
- delete_vars
- extract_dt_comp
- extract_part
- form_class_intervals
- missing_to_cat
- rank_vars
- rename_levels
- rename_vars
- reorder_levels
- standardize_vars
- transform_vars
- title: Working with data in R
- subtitle: Code writing
desc: Functions for accessing and working with code returned by iNZightTools functions.
- contents:
- code
- print_code
- tidy_all_code
- subtitle: Working with dataset objects in R
desc: >
Many of these functions are only useful in scripts, and are provided more for GUIs that R users.
- contents:
- add_suffix
- create_varname
- make_names
- subtitle: Helper functions
desc: >
A set of helper functions for checking variable types and reducing code elsewhere.
- contents:
- starts_with("is_")
- vartype
- vartypes
- "%notin%"
- "%||%"
- survey_IQR
- title: Other wrapper functions
- contents:
- fitModel
- fitDesign
- newdevice
- random_sample