stata_list: stata_list

Description Usage Arguments Value Examples

View source: R/chapter5_functions.R

Description

View dataset Allows user to see all the observations of the dataset in a table.

Usage

1
stata_list(dataset)

Arguments

dataset
  • an R object which can be coerced to a data frame

Value

a given dataset in a table

Examples

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

## Not run: 
stata_list(caschool, mtcars)

## End(Not run)

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