codebook: Describe the data

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/mStats.R

Description

codebook() examines the variable names, labels, and data to produce a codebook for describing the dataset

Usage

1

Arguments

data

data.frame

Details

It reports a description of the data with the following information.

ANNOTATIONS:

No = serial number

Variable = variable name

Label = variable label

Type = type of variable

Obs = number of valid observations

NA = number of observations with missing value NA

Value

a data.frame containing the codebook

Note

For haven_labelled data.frame, data types are generated using typeof().

Author(s)

Email: dr.myominnoo@gmail.com

Website: https://myominnoo.github.io/

Examples

1
2
3

mStats documentation built on Nov. 23, 2020, 9:07 a.m.

Related to codebook in mStats...