Learn R Programming

profilr

profilr quickly and easily profiles data using common descriptive statistics.

Installation

You can install:

  • the latest released version from CRAN with

    install.packages("profilr")
  • the latest development version from github with

    if (packageVersion("devtools") < 1.6) {
      install.packages("devtools")
    }
    devtools::install_github("paulhendricks/profilr")

If you encounter a clear bug, please file a minimal reproducible example on github.

Copy Link

Version

Install

install.packages('profilr')

Monthly Downloads

10

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 9th, 2015

Functions in profilr (0.1.0)

profile

Profile atomic vectors or data.frames.
frequent_values

Find the least or most frequent occuring values in an atomic vector..
profile_nonnumeric

Profile non-numeric atomic vectors.
concat_rank_value_occurrence

Wrapper for concatenating rank, value, and number of occurrences.
profile_numeric

Profile numeric atomic vectors.
profilr

profilr: Quickly Profile Data in R