Package index
Visualise the whole dataframe, class, and missing data
Tools for creating preliminary visualisations to “get a look at the data”
-
vis_dat()
- Visualises a data.frame to tell you what it contains.
-
data_vis_dat()
- Return data used to create vis_dat plot
-
vis_histogram()
- Visualise histogram of numeric columns in a data.frame
-
vis_miss()
- Visualise a data.frame to display missingness.
-
data_vis_miss()
- Return data used to create vis_miss plot
-
vis_compare()
- Visually compare two dataframes and see where they are different.
Visualise whether a value you expect is in a data frame
Visualise where certain conditions or values are TRUE in your data.
-
vis_expect()
- Visualise whether a value is in a data frame
-
vis_cor()
- Visualise correlations amongst variables in your data as a heatmap
-
data_vis_cor()
- Return data used to create vis_cor plot
-
vis_guess()
- Visualise type guess in a data.frame
-
vis_binary()
- Visualise binary values
-
vis_value()
- Visualise the value of data values
-
dat_bin
- A small toy dataset of binary data with missings.
-
typical_data
- A small toy dataset of imaginary people
-
typical_data_large
- A small toy dataset of imaginary people
-
abbreviate_vars()
- Abbreviate all variables in a data frame