powered by
Returns a wide data frame with one row per variable and NA for statistics not calculated for a given type. This faciliates future processing.
skim_to_wide(x, ...)
A dataframe.
dataframe
Further arguments passed to or from other methods.
A wide data frame.
# NOT RUN { skim_to_wide(iris) iris %>% skim_to_wide() iris %>% skim_to_wide() %>% dplyr::filter(type == "factor") %>% dplyr::select(top_counts) # }
Run the code above in your browser using DataLab