skimr

(★ 1,142)

A frictionless, pipeable approach to dealing with summary statistics

File Explorer

  • .gitignore
  • .lintr
  • .pre-commit-config.yaml
  • .Rbuildignore
  • codemeta.json
  • cran-comments.md
  • DESCRIPTION
  • NAMESPACE
  • NEWS.md
  • README.md
  • README.Rmd
  • skimr.Rproj

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

factor

View Details ▼

Print the prime factorization of a number.

factor {{number}}

Display the prime-factorization of a number:

echo {{number}} | factor

Take the input from `stdin` if no argument is specified:

// repository documentation