A character vector of column names that are skewed.
Arguments
.data
The data.frame/tibble you are passing in.
.threshold
A level of skewness that indicates where you feel a column
should be considered skewed.
.drop_keys
A c() character vector of columns you do not want passed to
the function.
Author
Steven P. Sandeson II, MPH
Details
Takes in a data.frame/tibble and returns a vector of names of the skewed
columns. There are two other parameters. The first is the .threshold parameter
that is set to the level of skewness you want in order to consider the column
too skewed. The second is .drop_keys, these are columns you don't want to be
considered for whatever reason in the skewness calculation.