-
Notifications
You must be signed in to change notification settings - Fork 47
/
_pkgdown.yml
77 lines (72 loc) · 2.04 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
url: http://ropensci.github.io/visdat
template:
package: rotemplate
home:
links:
- text: Learn more
href: https://github.com/ropensci/visdat
reference:
- title: "Visualise the whole dataframe, class, and missing data"
desc: >
Tools for creating preliminary visualisations to "get a look at the data"
contents:
- vis_dat
- data-vis-dat
- vis_histogram
- title: "Focus on the missing data"
desc: >
Specifically display information about the missingness
contents:
- vis_miss
- data-vis-miss
- title: "Compare two dataframes"
desc: >
Only takes dataframes of the same dimensions
contents:
- vis_compare
- title: "Visualise whether a value you expect is in a data frame"
desc: >
Visualise where certain conditions or values are TRUE in your data.
contents:
- vis_expect
- title: "Visualise correlations in a dataframe"
desc: >
Show the correlation amongst variables in simple function
contents:
- vis_cor
- data-vis-cor
- title: "Display the best guess of what each cell contains"
desc: >
Potentially reveal other classes in your dataset
contents:
- vis_guess
- title: "Display binary values (0,1) in a data frame"
desc: >
Explore data that is only binary in your data
contents:
- vis_binary
- title: "Display the values of each cell"
desc: >
Potentially reveal hidden patterns by seeing scaled values
contents:
- vis_value
- title: "Example data provided with visdat"
desc: >
Data is provided for exploring different functions in visdat
contents:
- dat_bin
- typical_data
- typical_data_large
- title: "Misc helper functions"
desc: >
Functions that might be useful for users
contents:
- abbreviate_vars
navbar:
components:
using:
text: Using visdat
href: articles/using_visdat.html
structure:
left: [intro, reference, using, articles, tutorials, news]
right: [search, github, lightswitch]