forked from ropensci/visdat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
54 lines (50 loc) · 1.37 KB
/
_pkgdown.yml
File metadata and controls
54 lines (50 loc) · 1.37 KB
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
url: http://visdat.njtierney.com/
template:
package: rotemplate
params:
docsearch:
api_key: 9ef7630dc874be89bea2042eec22bebf
index_name: visdat
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
- title: "Focus on the missing data"
desc: >
Specifically display information about the missingness
contents:
- 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
- title: "Display the best guess of what each cell contains"
desc: >
Potentially reveal other classes in your dataset
contents:
- vis_guess
navbar:
left:
- text: Reference
href: reference/index.html
- text: Using visdat
href: articles/using_visdat.html
- text: News
href: news/index.html