profile: Profile atomic vectors or data.frames.

Description Usage Arguments Value Methods (by class) Examples

View source: R/profile.R

Description

profile takes vectors and data.frames and returns a data.frame containing important descriptive statistics.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
profile(.x)

## S3 method for class 'numeric'
profile(.x)

## S3 method for class 'character'
profile(.x)

## S3 method for class 'data.frame'
profile(.x)

## Default S3 method:
profile(.x)

Arguments

.x

a vector or data.frame to be profiled.

Value

a data.frame containing important descriptive statistics.

Methods (by class)

Examples

1
2
3
4

profilr documentation built on May 29, 2017, 2:08 p.m.