codebook: Codebook

Description Usage Arguments Details Author(s) See Also Examples

View source: R/codebook.R

Description

codebook displays structure of a data frame

Usage

1
2
3
4
5
6
7
codebook(x)

## Default S3 method:
codebook(x)

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

Arguments

x

dataframe

Details

codebook

generates the report of data structure with names, data lables, types, number of observations, number of observations with missing values and percentage of observations with missing values.

ANNOTATIONS:

VARS_NAME - Names of variables LABEL - Labels of variables TYPE - Types of variables OBS_COUNT - Counts of valid observations NA_COUNT - Counts of observations with missing value NA_(

Author(s)

Myo Minn Oo (Email: dr.myominnoo@gmail.com | Website: https://myominnoo.github.io/)

See Also

ilog

Examples

1
2
3
4
5
6
7
8
## Not run: 
codebook(infert)
codebook(iris)

# if something else
codebook(iris$Species)

## End(Not run)

myominnoo/mStats_beta documentation built on Feb. 29, 2020, 8:17 a.m.