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: 2017-12-21
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 (2017). skimr: Compact and Flexible Summaries of Data. R package version 2.1.5, https://cran.r-project.org/web/packages/skimr. Accessed 22 Dec. 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

elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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