stata_desc: stata_desc

Description Usage Arguments Value Examples

View source: R/chapter5_functions.R

Description

Gives a glimpse of the dataset. Provides detailed information of the dataset including the first 10 values of each of the columns.

Usage

1
stata_desc(dataset)

Arguments

dataset
  • a data table

Value

list of the dataset attributes including every column of the dataset

Examples

1
2
3
4
5
6
7
stata_desc(caschool)
stata_desc(mtcars)

## Not run: 
stata_desc(caschool, mtcars)

## End(Not run)

danicamiguel/emetricsrsw documentation built on Dec. 25, 2019, 5:12 a.m.