Compact and Flexible Summaries of Data


[Up] [Top]

Documentation for package ‘skimr’ version 1.0

Help Pages

skimr-package Skim a data frame
get_skimmers Working with summary functions currently used, by data type
inline_hist Generate inline histogram for numeric variables
inline_linegraph Generate inline line graph for time series variables
kable Create kable object
kable.skim_df Produce 'kable' output of a skimmed data frame
kable.summary_skim_df Kable method for a summary_skim_df object.
list_lengths_max Get the maximum length of the lists
list_lengths_median Get the median length of the lists
list_lengths_min Get the length of the shortest list in a vector of lists
list_max_length Get the length of the longest list in a vector of lists
list_min_length Get the length of the shortest list in a vector of lists
max_char Calculate the maximum number of characters within a character vector
min_char Calculate the minimum number of characters within a character vector
n_complete Calculate complete values
n_empty Calculate the number of blank values in a character vector
n_missing Calculate missing values
n_unique Calculate the number of unique elements but remove NA
pander.skim_df Produce 'pander' output of a skimmed data frame
pander.summary_skim_df Pander method for a summary_skim_df object.
print.skim_df Print skimmed data frame
print.skim_vector Manages print for skim_vector objects.
print.summary_skim_df Print method for a summary_skim_df object. This is a method for the generic function 'print'
show_formats Show formatting options currently used, by data type
show_skimmers Working with summary functions currently used, by data type
skim Get useful summary statistic from a data frame
skimr Skim a data frame
skim_format Change the formatting options for printed skim objects
skim_format_defaults Change the formatting options for printed skim objects
skim_tee Print useful summary statistic from a data frame returning the data frame without modification
skim_to_list Print skim result and return a list of tibbles
skim_to_wide Print skim result and return a single wide data frame of summary statistics
skim_with Set or add the summary functions for a particular type of data
skim_with_defaults Set or add the summary functions for a particular type of data
sorted_count Create a contingency table and arrange its levels in descending order
spark_bar Draw a sparkline bar graph with unicode block characters
spark_line Draw a sparkline line graph with Braille characters.
summary.skim_df Summary function for skim_df. This is a method of the generic function 'summary'
ts_end Get the finish for a time series without the frequency
ts_start Get the start for a time series without the frequency