Other packages > Find by keyword >

skimr  

Compact and Flexible Summaries of Data
View on CRAN: Click here


Download and install skimr package within the R console
Install from CRAN:
install.packages("skimr")

Install from Github:
library("remotes")
install_github("cran/skimr")

Install by package version:
library("remotes")
install_version("skimr", "2.1.5")



Attach the package and use:
library("skimr")
Maintained by
Elin Waring
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-01-10
Latest Update: 2022-12-23
Description:
A simple to use summary function that can be used with pipes and displays nicely in the console. The default summary statistics may be modified by the user as can the default formatting.Support for data frames and vectors is included, and users can implement their own skim methods for specific object types as described in a vignette. Default summaries include support for inline spark graphs. Instructions for managing these on specific operating systems are given in the "Using skimr" vignette and the README.
How to cite:
Elin Waring (2018). skimr: Compact and Flexible Summaries of Data. R package version 2.1.5, https://cran.r-project.org/web/packages/skimr. Accessed 07 Nov. 2024.
Previous versions and publish date:
1.0.1 (2018-01-10 07:35), 1.0.2 (2018-04-02 19:48), 1.0.3 (2018-06-07 19:43), 1.0.4 (2019-01-13 18:50), 1.0.5 (2019-02-25 06:50), 1.0.6 (2019-05-27 07:10), 1.0.7 (2019-06-20 17:10), 1.0 (2017-12-21 14:16), 2.0.1 (2019-11-24 16:10), 2.0.2 (2019-11-26 15:30), 2.0 (2019-11-21 12:40), 2.1.1 (2020-04-16 16:00), 2.1.2 (2020-07-06 07:10), 2.1.3 (2021-03-07 06:50), 2.1.4 (2022-04-15 04:20), 2.1 (2020-02-01 20:00)
Other packages that cited skimr R package
View skimr citation profile
Other R packages that skimr depends, imports, suggests or enhances
Complete documentation for skimr
Functions, R codes and Examples using the skimr R package
Some associated functions: deprecated-v1 . fix_windows_histograms . focus . get_default_skimmers . get_skimmers . knit_print . mutate.skim_df . partition . print . reexports . repr . sfl . skim-attr . skim-obj . skim . skim_with . skimr-package . skimr-vctrs . stats . summary.skim_df . to_long . 
Some associated R codes: deprecated.R . dplyr.R . get_skimmers.R . reshape.R . sfl.R . skim.R . skim_obj.R . skim_print.R . skim_with.R . skimr-package.R . stats.R . summary.R . utils.R . vctrs.R .  Full skimr package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA